Commit b48fb8c4 authored by Peter Korsgaard's avatar Peter Korsgaard
Browse files

package/fltk: needs libXt



Closes #707

At the same time get rid of redundant (provided by Makefile.autotools.in)
configure arguments.

Signed-off-by: default avatarPeter Korsgaard <jacmet@sunsite.dk>
parent 31bd9741
Loading
Loading
Loading
Loading
+10 −0
Original line number Diff line number Diff line
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.
+1 −0
Original line number Diff line number Diff line
@@ -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.
+3 −5
Original line number Diff line number Diff line
@@ -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))