mirror of
https://git.busybox.net/buildroot.git
synced 2025-01-19 19:03:47 +08:00
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>
This commit is contained in:
parent
61f677cb06
commit
60ff66d807
@ -1,5 +1,6 @@
|
||||
config BR2_PACKAGE_XPROTO_TRAPPROTO
|
||||
bool "trapproto"
|
||||
select BR2_PACKAGE_XLIB_LIBXT
|
||||
help
|
||||
trapproto 3.4.3
|
||||
X.Org Trap protocol headers
|
||||
|
@ -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))
|
||||
|
Loading…
Reference in New Issue
Block a user