Skip to content

Commit

Permalink
#56 let the build auto-detect which variants should use Xdummy
Browse files Browse the repository at this point in the history
  • Loading branch information
totaam committed Apr 17, 2022
1 parent 8511100 commit 3edfe58
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packaging/debian/xpra/rules
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ export DEB_BUILD_MAINT_OPTIONS=hardening=+all

NPROC := $(shell nproc 2> /dev/null || echo 1)

BUILDOPTS := --without-Xdummy --without-Xdummy_wrapper --pkg-config-path=/usr/lib/xpra/pkgconfig --rpath=/usr/lib/xpra/ $(EXTRA_BUILDOPTS)
BUILDOPTS := --pkg-config-path=/usr/lib/xpra/pkgconfig --rpath=/usr/lib/xpra/ $(EXTRA_BUILDOPTS)

%:
dh $@ --with python3 --with systemd --without=build-stamp
Expand Down

0 comments on commit 3edfe58

Please sign in to comment.