Skip to content

Commit 96ae2a5

Browse files
committed
Remove a misspelled (and redundant) build option from the README.
Remove the option from the debian build also, since the 'deprecation_warnings' option is already false by default.
1 parent a9d71d1 commit 96ae2a5

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

README

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ Installation
2121
meson debian/build \
2222
--prefix=/usr/local \
2323
--buildtype=debug \
24-
-D deprecated_warnings=false
24+
-D deprecation_warnings=false
2525

2626
2) Compile and install (sudo is needed for install)
2727

debian/rules

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL = 2
1010
override_dh_auto_configure:
1111
dh_auto_configure -- \
1212
--buildtype=debug \
13-
-Dpnp_ids=/usr/share/hwdata/pnp.ids \
14-
-Ddeprecation_warnings=false
13+
-Dpnp_ids=/usr/share/hwdata/pnp.ids
1514

1615
override_dh_strip:
1716
dh_strip -Xdesktop -Xcinnamon --dbg-package=libcvc-dbg

0 commit comments

Comments
 (0)