We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9d71d1 commit 96ae2a5Copy full SHA for 96ae2a5
README
@@ -21,7 +21,7 @@ Installation
21
meson debian/build \
22
--prefix=/usr/local \
23
--buildtype=debug \
24
- -D deprecated_warnings=false
+ -D deprecation_warnings=false
25
26
2) Compile and install (sudo is needed for install)
27
debian/rules
@@ -10,8 +10,7 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL = 2
10
override_dh_auto_configure:
11
dh_auto_configure -- \
12
13
- -Dpnp_ids=/usr/share/hwdata/pnp.ids \
14
- -Ddeprecation_warnings=false
+ -Dpnp_ids=/usr/share/hwdata/pnp.ids
15
16
override_dh_strip:
17
dh_strip -Xdesktop -Xcinnamon --dbg-package=libcvc-dbg
0 commit comments