From 3e4eb0bf5237f9fd234484df8cabeb3ca62b7f3f Mon Sep 17 00:00:00 2001 From: rdb Date: Tue, 26 Apr 2011 10:15:44 +0000 Subject: [PATCH] correct fltk detection, hopefully --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 712e24b480..ad9dcf1b60 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -569,7 +569,7 @@ if (COMPILER=="LINUX"): SmartPkgEnable("PYTHON", "", SDK["PYTHONVERSION"], (SDK["PYTHONVERSION"], SDK["PYTHONVERSION"] + "/Python.h"), tool = SDK["PYTHONVERSION"] + "-config", framework = "Python") if (RTDIST): SmartPkgEnable("WX", tool = "wx-config") - SmartPkgEnable("FLTK", tool = "fltk-config") + SmartPkgEnable("FLTK", "", ("fltk"), ("Fl/Fl.H"), tool = "fltk-config") if (RUNTIME): if (sys.platform.startswith("freebsd")): SmartPkgEnable("NPAPI", "mozilla-plugin", (), ("libxul/stable", "libxul/stable/npapi.h", "nspr/prtypes.h", "nspr"))