60ff66d807
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>
16 lines
612 B
Makefile
16 lines
612 B
Makefile
################################################################################
|
|
#
|
|
# xproto_trapproto -- X.Org Trap protocol headers
|
|
#
|
|
################################################################################
|
|
|
|
XPROTO_TRAPPROTO_VERSION = 3.4.3
|
|
XPROTO_TRAPPROTO_SOURCE = trapproto-$(XPROTO_TRAPPROTO_VERSION).tar.bz2
|
|
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))
|