package/fltk: needs libXt
Closes #707 At the same time get rid of redundant (provided by Makefile.autotools.in) configure arguments. Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
This commit is contained in:
parent
31bd97417b
commit
b48fb8c4aa
10
CHANGES
10
CHANGES
@ -1,3 +1,13 @@
|
||||
2009.11, Not yet released:
|
||||
|
||||
Additional fixes and cleanups.
|
||||
|
||||
Updated/fixed packages: fltk
|
||||
|
||||
Issues resolved (http://bugs.uclibc.org):
|
||||
|
||||
#707: Cant configure fltk-1.1.7. configure: error: Configure could ...
|
||||
|
||||
2009.11-rc2, Released November 29th, 2009:
|
||||
|
||||
Additional fixes and cleanups.
|
||||
|
@ -2,6 +2,7 @@ config BR2_PACKAGE_FLTK
|
||||
bool "fltk"
|
||||
depends on BR2_INSTALL_LIBSTDCPP
|
||||
depends on BR2_PACKAGE_XORG7
|
||||
select BR2_PACKAGE_XLIB_LIBXT
|
||||
help
|
||||
A cross-platform C++ GUI toolkit for UNIX/Linux (X11),
|
||||
Microsoft Windows, and MacOS X.
|
||||
|
@ -14,10 +14,8 @@ FLTK_INSTALL_TARGET = YES
|
||||
FLTK_INSTALL_STAGING_OPT = DESTDIR=$(STAGING_DIR) STRIP=$(TARGET_STRIP) install
|
||||
FLTK_INSTALL_TARGET_OPT = DESTDIR=$(TARGET_DIR) STRIP=$(TARGET_STRIP) install
|
||||
|
||||
FLTK_CONF_OPT = --target=$(GNU_TARGET_NAME) --host=$(GNU_TARGET_NAME) \
|
||||
--build=$(GNU_HOST_NAME) --prefix=/usr \
|
||||
--sysconfdir=/etc --enable-shared --enable-threads --with-x
|
||||
FLTK_CONF_OPT = --enable-shared --enable-threads --with-x
|
||||
|
||||
FLTK_DEPENDENCIES = xserver_xorg-server
|
||||
FLTK_DEPENDENCIES = xserver_xorg-server xlib_libXt
|
||||
|
||||
$(eval $(call AUTOTARGETS,package,fltk))
|
||||
$(eval $(call AUTOTARGETS,package,fltk))
|
||||
|
Loading…
Reference in New Issue
Block a user