Build volume-plugin only for linux.

ubuntu/bionic debian/0.10.0-5
Alf Gaida 8 years ago
parent cbc1b8743d
commit 8840ffdca4

8
debian/changelog vendored

@ -1,7 +1,13 @@
lxqt-panel (0.10.0-5) unstable; urgency=medium
* Build volume-plugin only for linux.
-- Alf Gaida <agaida@siduction.org> Sun, 27 Dec 2015 13:24:08 +0100
lxqt-panel (0.10.0-4) unstable; urgency=medium
* Remove dbg package in favor of dbgsym.
* Build cpuoad- and networkmonitor-plugin only for linux architectures.
* Build cpuoad- and networkmonitor-plugin only for linux.
-- Alf Gaida <agaida@siduction.org> Sun, 27 Dec 2015 11:15:32 +0100

2
debian/rules vendored

@ -6,7 +6,7 @@ export DEB_LDFLAGS_MAINT_APPEND = -Wl,--as-needed
DEB_HOST_ARCH_OS := $(shell dpkg-architecture -qDEB_HOST_ARCH_OS 2>/dev/null)
ifneq ($(DEB_HOST_ARCH_OS),linux)
NOT_LINUX := -DCPULOAD_PLUGIN=NO -DNETWORKMONITOR_PLUGIN=NO
NOT_LINUX := -DCPULOAD_PLUGIN=NO -DNETWORKMONITOR_PLUGIN=NO -DVOLUME_PLUGIN=NO
endif

Loading…
Cancel
Save