lxappearance: Add missing dependency
authorMichael Büsch <mb@bu3sch.de>
Thu, 4 Nov 2010 12:56:49 +0000 (12:56 +0000)
committerMichael Büsch <mb@bu3sch.de>
Thu, 4 Nov 2010 12:56:49 +0000 (12:56 +0000)
SVN-Revision: 23859

lxde/apps/lxappearance/Makefile

index 8ca00f1907e4361406c4be1e6f9b13248b2999f3..0b3c06185ded53ba40fe06ef5783e25a10eb7c8d 100644 (file)
@@ -10,7 +10,7 @@ include $(TOPDIR)/rules.mk
 
 PKG_NAME:=lxappearance
 PKG_VERSION:=0.4.0
-PKG_RELEASE:=1
+PKG_RELEASE:=2
 
 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz
 PKG_SOURCE_URL:=@SF/lxde
@@ -34,7 +34,7 @@ define Package/lxappearance
   CATEGORY:=Xorg
   SUBMENU:=app
   TITLE:=lxappearance
-  DEPENDS:=+glib2 +vte +lxde-common
+  DEPENDS:=+glib2 +vte +lxde-common +libdbus-glib
 endef
 
 define Package/lxappearance/install