Fix typo in hurd plugin rules
This commit is contained in:
parent
6508730be3
commit
ad69b0c838
6
debian/changelog
vendored
6
debian/changelog
vendored
@ -1,3 +1,9 @@
|
||||
lxqt-panel (0.10.0-7) unstable; urgency=medium
|
||||
|
||||
* Fix typo in hurd plugin rules
|
||||
|
||||
-- Alf Gaida <agaida@siduction.org> Mon, 28 Dec 2015 18:57:15 +0100
|
||||
|
||||
lxqt-panel (0.10.0-6) unstable; urgency=medium
|
||||
|
||||
* different handling of non-linux-os:
|
||||
|
2
debian/rules
vendored
2
debian/rules
vendored
@ -9,7 +9,7 @@ ifeq ($(DEB_HOST_ARCH_OS),kfreebsd)
|
||||
NOT_LINUX := -DCPULOAD_PLUGIN=NO -DNETWORKMONITOR_PLUGIN=NO -DVOLUME_PLUGIN=NO
|
||||
endif
|
||||
|
||||
ifeq ($(DEB_HOST_AECH_OS), hurd)
|
||||
ifeq ($(DEB_HOST_ARCH_OS), hurd)
|
||||
NOT_LINUX := -DCPULOAD_PLUGIN=NO -DNETWORKMONITOR_PLUGIN=NO -DVOLUME_PLUGIN=NO -DSENSORS_PLUGIN=NO
|
||||
endif
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user