This commit is contained in:
David Rose 2011-08-27 02:54:56 +00:00
parent 72dbb1dae5
commit 8a079d5857

View File

@ -969,14 +969,10 @@
#endif #endif
#defer HAVE_SPEEDTREE $[isdir $[SPEEDTREE_SDK_DIR]] #defer HAVE_SPEEDTREE $[isdir $[SPEEDTREE_SDK_DIR]]
// Info for http://www.sourceforge.net/projects/chromium // Is gtk+-2 installed? This is needed to build the pstats program on
#define CHROMIUM_IPATH /usr/include/chromium/include // Unix (or non-Windows) platforms. It is also used to provide
#define CHROMIUM_LPATH /usr/lib/chromium/bin/WINT_NT // support for XEmbed for the web plugin system, which is necessary to
#define CHROMIUM_LIBS spuload // support Chromium on Linux.
#defer HAVE_CHROMIUM $[libtest $[CHROMIUM_LPATH],$[CHROMIUM_LIBS]]
// Is gtk+-2 installed? This is only needed to build the pstats
// program on Unix (or non-Windows) platforms.
#define PKG_CONFIG pkg-config #define PKG_CONFIG pkg-config
#define HAVE_GTK #define HAVE_GTK