projects
/
packages.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
11a39a4
)
[packages] libXt: Add libX11 dep
author
agb
<agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Jun 2008 06:36:33 +0000
(06:36 +0000)
committer
agb
<agb@3c298f89-4303-0410-b956-a3cf2f4a3e73>
Tue, 10 Jun 2008 06:36:33 +0000
(06:36 +0000)
git-svn-id: svn://svn.openwrt.org/openwrt/packages@11423
3c298f89
-4303-0410-b956-
a3cf2f4a3e73
XOrg/lib/libXt/Makefile
patch
|
blob
|
history
diff --git
a/XOrg/lib/libXt/Makefile
b/XOrg/lib/libXt/Makefile
index
02395a5
..
9f48395
100644
(file)
--- a/
XOrg/lib/libXt/Makefile
+++ b/
XOrg/lib/libXt/Makefile
@@
-21,7
+21,7
@@
define Package/libXt
SECTION:=xorg-libraries
CATEGORY:=Xorg
SUBMENU:=libraries
- DEPENDS:=+xorg-headers-native +util-macros +libSM @DISPLAY_SUPPORT
+ DEPENDS:=+xorg-headers-native +util-macros
+libX11
+libSM @DISPLAY_SUPPORT
TITLE:=libXt
URL:=http://xorg.freedesktop.org/
endef