package/fltk: needs libXt

Closes 

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:
Peter Korsgaard 2009-11-30 11:00:28 +01:00
parent 31bd97417b
commit b48fb8c4aa
3 changed files with 14 additions and 5 deletions

10
CHANGES
View File

@ -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.

View File

@ -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.

View File

@ -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))