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