projects
/
openwrt
/
svn-archive
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
38be8d4
)
<libX11> is no dependency for <fontconfig>
author
Mirko Vogt
<mirko@openwrt.org>
Thu, 12 Nov 2009 11:18:12 +0000
(11:18 +0000)
committer
Mirko Vogt
<mirko@openwrt.org>
Thu, 12 Nov 2009 11:18:12 +0000
(11:18 +0000)
SVN-Revision: 18400
Xorg/lib/atk/Makefile
patch
|
blob
|
history
diff --git
a/Xorg/lib/atk/Makefile
b/Xorg/lib/atk/Makefile
index 6c543697777e4b187bbf35480c025d35e2091032..0d0ab984952360b87d08424213705d831e7406c1 100644
(file)
--- a/
Xorg/lib/atk/Makefile
+++ b/
Xorg/lib/atk/Makefile
@@
-26,7
+26,7
@@
define Package/atk
CATEGORY:=Xorg
SUBMENU:=libraries
TITLE:=Accesibility library for gtk+ apps
- DEPENDS:=+
libX11 +
glib2
+ DEPENDS:=+glib2
endef