mirror of
https://github.com/cage-kiosk/cage.git
synced 2025-11-26 07:00:00 -05:00
Added feature for rotation for wlroots-18 again
This commit is contained in:
parent
ddc51ce1e5
commit
9bdbc83d71
15 changed files with 213 additions and 0 deletions
13
debian/rules
vendored
Normal file
13
debian/rules
vendored
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
#!/usr/bin/make -f
|
||||
# -*- makefile -*-
|
||||
|
||||
export DH_VERBOSE=1
|
||||
export DH_OPTIONS=-v
|
||||
|
||||
include /usr/share/dpkg/pkg-info.mk
|
||||
export DEB_BUILD_MAINT_OPTIONS = hardening=+all
|
||||
|
||||
%:
|
||||
dh $@ --buildsystem=meson
|
||||
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue