init
This commit is contained in:
10
debian/rules
vendored
Executable file
10
debian/rules
vendored
Executable file
@ -0,0 +1,10 @@
|
||||
#!/usr/bin/make -f
|
||||
# See debhelper(7) (uncomment to enable)
|
||||
export DH_VERBOSE := 1
|
||||
%:
|
||||
dh $@ --buildsystem=cmake
|
||||
|
||||
override_dh_auto_configure:
|
||||
dh_auto_configure -- \
|
||||
-DENABLE_WAYLAND=ON \
|
||||
-DFETCHCONTENT_FULLY_DISCONNECTED=ON
|
||||
Reference in New Issue
Block a user