diff --git a/desktop/toolkit/fltk/actions.py b/desktop/toolkit/fltk/actions.py index 77f88a117b..8b01adfe0b 100644 --- a/desktop/toolkit/fltk/actions.py +++ b/desktop/toolkit/fltk/actions.py @@ -44,7 +44,10 @@ def build(): def install(): autotools.rawInstall("DESTDIR=%s" % get.installDIR()) - autotools.install("-C documentation") + autotools.rawInstall("DESTDIR=%s -C fluid" % get.installDIR(), "install-linux") - + + if get.buildTYPE() == "emul32": return + + autotools.install("-C documentation") pisitools.dodoc("ANNOUNCEMENT", "CHANGES", "COPYING", "CREDITS", "README") diff --git a/desktop/toolkit/fltk/pspec.xml b/desktop/toolkit/fltk/pspec.xml index 53ea86b3c2..3d4b53fb4e 100644 --- a/desktop/toolkit/fltk/pspec.xml +++ b/desktop/toolkit/fltk/pspec.xml @@ -57,7 +57,7 @@ - + fltk-devel @@ -106,6 +105,9 @@ Development files and utilities for FLTK fltk + libX11 + libgcc + libpng /etc/env.d @@ -123,6 +125,13 @@ + + 2015-07-24 + 1.3.3 + emul32bit build disabled. + Ertuğrul Erata + ertugrulerata@gmail.com + 2015-04-26 1.3.3