mirror of
https://gitlab.com/buildroot.org/buildroot.git
synced 2026-09-10 00:04:06 -09:00
xlib_libXtst: depends on libXi
Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
committed by
Peter Korsgaard
parent
b64a031bad
commit
f421f557f5
2
CHANGES
2
CHANGES
@@ -20,7 +20,7 @@
|
||||
samba, setserial, squashfs, tslib, usb_modeswith, wget,
|
||||
xdriver_xf86-video-intel, xkeyboard-config, xlib_libX11,
|
||||
xlib_libXaw, xlib_libXfont, xlib_libXfontcache, xlib_libXxf86misc,
|
||||
xlib_libpciaccess, xproto_dri2proto, xproto_eviext,
|
||||
xlib_libXtst, xlib_libpciaccess, xproto_dri2proto, xproto_eviext,
|
||||
xproto_fontcacheproto, xproto_xf86miscproto, xserver_xorg-server
|
||||
|
||||
Removed packages: xapp_xtrap, xlib_libXTrap, xlib_libXevie,
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
config BR2_PACKAGE_XLIB_LIBXTST
|
||||
bool "libXtst"
|
||||
select BR2_PACKAGE_XLIB_LIBX11
|
||||
select BR2_PACKAGE_XLIB_LIBXI
|
||||
select BR2_PACKAGE_XLIB_LIBXEXT
|
||||
select BR2_PACKAGE_XPROTO_RECORDPROTO
|
||||
help
|
||||
|
||||
@@ -7,10 +7,15 @@
|
||||
XLIB_LIBXTST_VERSION = 1.1.0
|
||||
XLIB_LIBXTST_SOURCE = libXtst-$(XLIB_LIBXTST_VERSION).tar.bz2
|
||||
XLIB_LIBXTST_SITE = http://xorg.freedesktop.org/releases/individual/lib
|
||||
XLIB_LIBXTST_AUTORECONF = NO
|
||||
XLIB_LIBXTST_LIBTOOL_PATCH = NO
|
||||
XLIB_LIBXTST_INSTALL_STAGING = YES
|
||||
XLIB_LIBXTST_DEPENDENCIES = xlib_libX11 xlib_libXext xproto_recordproto
|
||||
|
||||
XLIB_LIBXTST_DEPENDENCIES = \
|
||||
xlib_libX11 \
|
||||
xlib_libXext \
|
||||
xlib_libXi \
|
||||
xproto_recordproto
|
||||
|
||||
XLIB_LIBXTST_CONF_OPT = --enable-shared --disable-static
|
||||
|
||||
$(eval $(call AUTOTARGETS,package/x11r7,xlib_libXtst))
|
||||
|
||||
Reference in New Issue
Block a user