From: Michael Büsch Date: Thu, 4 Nov 2010 12:56:49 +0000 (+0000) Subject: lxappearance: Add missing dependency X-Git-Url: http://git.openwrt.org/?a=commitdiff_plain;h=ab365f92bf5b83d02bdab129ed1191be13bd893d;p=openwrt%2Fsvn-archive%2Farchive.git lxappearance: Add missing dependency SVN-Revision: 23859 --- diff --git a/lxde/apps/lxappearance/Makefile b/lxde/apps/lxappearance/Makefile index 8ca00f1907..0b3c06185d 100644 --- a/lxde/apps/lxappearance/Makefile +++ b/lxde/apps/lxappearance/Makefile @@ -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