diff options
Diffstat (limited to 'flnx/flnx_0.17.oe')
-rw-r--r-- | flnx/flnx_0.17.oe | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/flnx/flnx_0.17.oe b/flnx/flnx_0.17.oe deleted file mode 100644 index c409f41417..0000000000 --- a/flnx/flnx_0.17.oe +++ /dev/null @@ -1,15 +0,0 @@ -SECTION = "x11/libs" -DEPENDS = "microwindows" -RDEPENDS = "microwindows" -SRC_URI = "ftp://ftp.microwindows.org/pub/microwindows/flnx/flnx-${PV}.tar.gz" -DESCRIPTION = "fltk library for microwindows." - -inherit autotools - -EXTRA_OECONF = "--with-microwin=${STAGING_LIBDIR}/.." - -do_install () { - oe_runmake "bindir=${D}/${bindir}" \ - "libdir=${D}/${libdir}" \ - "includedir=${D}/${includedir}" install -} |