summaryrefslogtreecommitdiff
path: root/package/x11r7/xproto_trapproto/xproto_trapproto.mk
diff options
context:
space:
mode:
authorThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-13 15:49:04 +0100
committerThomas Petazzoni <thomas.petazzoni@free-electrons.com>2010-02-13 16:13:37 +0100
commit60ff66d8075184855fbffee65cc3506aa12c8a75 (patch)
treeaa50228b7a2c44312a85a97070406882a994f4bf /package/x11r7/xproto_trapproto/xproto_trapproto.mk
parent61f677cb060732316b41f072210986e97ae9379f (diff)
Fix dependencies for TrapProto
The .pc file of TrapProto says that it depends on xt, even through it doesn't depend on it at compile time. However, if xt isn't present when TrapProto has been installed, the compilation of Xserver fails telling that there is a missing dependency in TrapProto on Xt. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
Diffstat (limited to 'package/x11r7/xproto_trapproto/xproto_trapproto.mk')
-rw-r--r--package/x11r7/xproto_trapproto/xproto_trapproto.mk1
1 files changed, 1 insertions, 0 deletions
diff --git a/package/x11r7/xproto_trapproto/xproto_trapproto.mk b/package/x11r7/xproto_trapproto/xproto_trapproto.mk
index 5ef5fa590..29c435607 100644
--- a/package/x11r7/xproto_trapproto/xproto_trapproto.mk
+++ b/package/x11r7/xproto_trapproto/xproto_trapproto.mk
@@ -10,5 +10,6 @@ XPROTO_TRAPPROTO_SITE = http://xorg.freedesktop.org/releases/individual/proto
XPROTO_TRAPPROTO_AUTORECONF = NO
XPROTO_TRAPPROTO_INSTALL_STAGING = YES
XPROTO_TRAPPROTO_INSTALL_TARGET = NO
+XPROTO_TRAPPROTO_DEPENDENCIES = xlib_libXt
$(eval $(call AUTOTARGETS,package/x11r7,xproto_trapproto))