+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.
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.
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))
\ No newline at end of file
+$(eval $(call AUTOTARGETS,package,fltk))