refactor: X is supported by Cosmic
This commit is contained in:
parent
fa898f9228
commit
8d8ac26d7b
4 changed files with 7 additions and 26 deletions
5
debian/rules
vendored
5
debian/rules
vendored
|
|
@ -3,7 +3,6 @@
|
|||
DESTDIR = debian/cosmic-session
|
||||
CLEAN ?= 1
|
||||
VENDOR ?= 1
|
||||
X ?= 0
|
||||
|
||||
%:
|
||||
dh $@
|
||||
|
|
@ -25,7 +24,7 @@ override_dh_auto_clean:
|
|||
fi
|
||||
|
||||
override_dh_auto_build:
|
||||
just rootdir=$(DESTDIR) debug=$(DEBUG) vendor=$(VENDOR) x=${X}
|
||||
just rootdir=$(DESTDIR) debug=$(DEBUG) vendor=$(VENDOR)
|
||||
|
||||
override_dh_auto_install:
|
||||
just rootdir=$(DESTDIR) x=${X} install
|
||||
just rootdir=$(DESTDIR) install
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue