Skip to content

Commit

Permalink
Remove a misspelled (and redundant) build option from the README.
Browse files Browse the repository at this point in the history
Remove the option from the debian build also, since the
'deprecation_warnings' option is already false by default.
  • Loading branch information
mtwebster committed Jan 31, 2024
1 parent a9d71d1 commit 96ae2a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Installation
meson debian/build \
--prefix=/usr/local \
--buildtype=debug \
-D deprecated_warnings=false
-D deprecation_warnings=false

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

Expand Down
3 changes: 1 addition & 2 deletions debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@ export DPKG_GENSYMBOLS_CHECK_LEVEL = 2
override_dh_auto_configure:
dh_auto_configure -- \
--buildtype=debug \
-Dpnp_ids=/usr/share/hwdata/pnp.ids \
-Ddeprecation_warnings=false
-Dpnp_ids=/usr/share/hwdata/pnp.ids

override_dh_strip:
dh_strip -Xdesktop -Xcinnamon --dbg-package=libcvc-dbg
Expand Down

0 comments on commit 96ae2a5

Please sign in to comment.