From ab8bdebc9a6a83b783ad956b19da299b0f953300 Mon Sep 17 00:00:00 2001 From: rdb Date: Wed, 25 Jan 2012 10:30:20 +0000 Subject: [PATCH] link rocket with boost_python --- makepanda/makepanda.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/makepanda/makepanda.py b/makepanda/makepanda.py index 55ffcec8e1..3cf0f8bc7b 100755 --- a/makepanda/makepanda.py +++ b/makepanda/makepanda.py @@ -625,7 +625,7 @@ if (COMPILER=="LINUX"): SmartPkgEnable("TIFF", "", ("tiff"), "tiff.h") SmartPkgEnable("VRPN", "", ("vrpn", "quat"), ("vrpn", "quat.h", "vrpn/vrpn_Types.h")) SmartPkgEnable("BULLET", "bullet", ("BulletSoftBody", "BulletDynamics", "BulletCollision", "LinearMath"), ("bullet", "bullet/btBulletDynamicsCommon.h")) - SmartPkgEnable("ROCKET", "", ("RocketCore", "RocketControls"), "Rocket/Core.h") + SmartPkgEnable("ROCKET", "", ("RocketCore", "RocketControls", "boost_python"), "Rocket/Core.h") SmartPkgEnable("GTK2", "gtk+-2.0") SmartPkgEnable("JPEG", "", ("jpeg"), "jpeglib.h") SmartPkgEnable("OPENSSL", "openssl", ("ssl", "crypto"), ("openssl/ssl.h", "openssl/crypto.h"))