Skip to content

Commit

Permalink
debian: enable mali quirks
Browse files Browse the repository at this point in the history
  • Loading branch information
morphis committed Jan 7, 2016
1 parent 31fb3fb commit 4405a61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debian/rules
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ get-packaged-orig-source:

override_dh_auto_configure:
ifeq ($(DEB_HOST_ARCH),$(findstring $(DEB_HOST_ARCH), armhf))
dh_auto_configure --sourcedirectory=hybris -- --enable-wayland --enable-arch=arm --with-android-headers=/usr/include/android
dh_auto_configure --sourcedirectory=hybris -- --enable-wayland --enable-arch=arm --with-android-headers=/usr/include/android --enable-mali-quirks
else
dh_auto_configure --sourcedirectory=hybris -- --enable-wayland --enable-arch=x86 --with-android-headers=/usr/include/android
endif
Expand Down

0 comments on commit 4405a61

Please sign in to comment.