Skip to content
This repository has been archived by the owner on Feb 16, 2024. It is now read-only.

Commit

Permalink
Disable wayland support
Browse files Browse the repository at this point in the history
  • Loading branch information
mariogrip committed Aug 11, 2018
1 parent 18b1156 commit ad8c3e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Expand Up @@ -14,7 +14,7 @@ include /usr/share/dpkg/default.mk

override_dh_auto_configure:
# Enable debug builds
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Debug
dh_auto_configure -- -DCMAKE_BUILD_TYPE=Debug -DANBOX_ENABLE_WAYLAND=OFF

override_dh_install:
VERSION=$(shell dpkg-parsechangelog -SVersion)
Expand Down

0 comments on commit ad8c3e7

Please sign in to comment.