refactor: X is supported by Cosmic

This commit is contained in:
Ashley Wulber 2023-01-25 11:07:56 -05:00
parent fa898f9228
commit 8d8ac26d7b
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
4 changed files with 7 additions and 26 deletions

5
debian/rules vendored
View file

@ -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