fltk, disable static library, don't enable the recipe (#8262)

This commit is contained in:
Schrijvers Luc
2023-04-03 20:35:47 +02:00
committed by GitHub
parent 64bf42a2b9
commit 5548e301a5

View File

@@ -13,7 +13,7 @@ HOMEPAGE="https://www.fltk.org/"
COPYRIGHT="1998-2019 by Bill Spitzak and others."
LICENSE="FLTK
GNU LGPL v2"
REVISION="3"
REVISION="4"
SOURCE_URI="https://github.com/mmuman/fltk/archive/haiku-1.3-final.tar.gz"
CHECKSUM_SHA256="5ea5eb6f4028534bb911a61ad3df7dbfa1274dd200a03be441b75b691f79d7f1"
SOURCE_DIR="fltk-haiku-1.3-final"
@@ -112,6 +112,9 @@ INSTALL()
{
make install
# remove static libraries
rm $libDir/*.a
prepareInstalledDevelLibs \
libfltk libfltk_forms libfltk_images
fixPkgconfig