Skip to content

Commit

Permalink
Merge pull request #3798 from xsco/enh/enable-engineprime-export-on-deb
Browse files Browse the repository at this point in the history
Enable ENGINEPRIME feature on Debian builds
  • Loading branch information
ronso0 authored Apr 18, 2021
2 parents 5dd00cf + f5ad25a commit 41ec6c7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packaging/debian/control.in
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,8 @@ Build-Depends: debhelper (>= 11),
libmodplug-dev,
libmp3lame-dev,
libebur128-dev,
# Note: libdjinterop is available within the Mixxx PPA
libdjinterop-dev,
# for running mixxx-test
xvfb
Rules-Requires-Root: no
Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@


override_dh_auto_configure:
dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo -DINSTALL_USER_UDEV_RULES=OFF -DKEYFINDER=OFF -DENGINEPRIME=OFF
dh_auto_configure -- -DCMAKE_BUILD_TYPE=RelWithDebInfo -DINSTALL_USER_UDEV_RULES=OFF -DKEYFINDER=OFF

override_dh_installudev:
dh_installudev --name=mixxx-usb-uaccess --priority 69
Expand Down

0 comments on commit 41ec6c7

Please sign in to comment.