feat: additions for optional experimental X support via wayland-proxy-virtwl

This commit is contained in:
Ashley Wulber 2022-10-24 14:03:45 -04:00
parent c3901cb99e
commit 9a9861f8e3
No known key found for this signature in database
GPG key ID: 5216D4F46A90A820
4 changed files with 29 additions and 5 deletions

5
debian/rules vendored
View file

@ -3,6 +3,7 @@
DESTDIR = debian/cosmic-session
CLEAN ?= 1
VENDOR ?= 1
X ?= 0
%:
dh $@
@ -24,7 +25,7 @@ override_dh_auto_clean:
fi
override_dh_auto_build:
just rootdir=$(DESTDIR) debug=$(DEBUG) vendor=$(VENDOR)
just rootdir=$(DESTDIR) debug=$(DEBUG) vendor=$(VENDOR) x=${X}
override_dh_auto_install:
just rootdir=$(DESTDIR) install
just rootdir=$(DESTDIR) x=${X} install