From 021dc6c13d62beff3a4fa6172e3d4b3b806d6e9d Mon Sep 17 00:00:00 2001 From: rdb Date: Sat, 23 Aug 2008 09:19:16 +0000 Subject: [PATCH] Support for GTK on 64-bits --- doc/makepanda/makepanda.py | 3 +++ 1 file changed, 3 insertions(+) diff --git a/doc/makepanda/makepanda.py b/doc/makepanda/makepanda.py index 16ac78ba25..5cc05de20a 100755 --- a/doc/makepanda/makepanda.py +++ b/doc/makepanda/makepanda.py @@ -289,6 +289,9 @@ if (COMPILER=="LINUX"): IncDirectory("GTK2", "/usr/include/pango-1.0") IncDirectory("GTK2", "/usr/lib/gtk-2.0/include") IncDirectory("GTK2", "/usr/include/atk-1.0") + if (platform.architecture()[0] == "64bit"): + IncDirectory("GTK2", "/usr/lib64/glib-2.0/include") + IncDirectory("GTK2", "/usr/lib64/gtk-2.0/include") LibName("GTK2", "-lgtk-x11-2.0") for pkg in ["VRPN", "FFTW", "FMOD", "FMODEX", "OPENAL", "NVIDIACG", "FFMPEG", "ARTOOLKIT", "ODE"]: