projects
/
openwrt
/
svn-archive
/
feeds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9d868bd
)
lxappearance: Add missing dependency
author
Michael Büsch
<mb@bu3sch.de>
Thu, 4 Nov 2010 12:56:49 +0000
(12:56 +0000)
committer
Michael Büsch
<mb@bu3sch.de>
Thu, 4 Nov 2010 12:56:49 +0000
(12:56 +0000)
SVN-Revision: 23859
lxde/apps/lxappearance/Makefile
patch
|
blob
|
history
diff --git
a/lxde/apps/lxappearance/Makefile
b/lxde/apps/lxappearance/Makefile
index 8ca00f1907e4361406c4be1e6f9b13248b2999f3..0b3c06185ded53ba40fe06ef5783e25a10eb7c8d 100644
(file)
--- 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