no longer use the old 'chromium' package; it would be confused with the browser project today

This commit is contained in:
David Rose 2011-08-27 03:51:30 +00:00
parent b50169105a
commit 858a7ef9d0
2 changed files with 0 additions and 18 deletions

View File

@ -318,11 +318,6 @@
#set SPEEDTREE_LIBS $[SPEEDTREE_LIBS]
#set HAVE_SPEEDTREE $[HAVE_SPEEDTREE]
#set CHROMIUM_IPATH $[unixfilename $[CHROMIUM_IPATH]]
#set CHROMIUM_LPATH $[unixfilename $[CHROMIUM_LPATH]]
#set CHROMIUM_LIBS $[CHROMIUM_LIBS]
#set HAVE_CHROMIUM $[HAVE_CHROMIUM]
#set PKG_CONFIG $[PKG_CONFIG]
#set HAVE_GTK $[HAVE_GTK]

View File

@ -185,13 +185,6 @@
#define mesa_libs $[MESA_LIBS]
#endif
#if $[HAVE_CHROMIUM]
#define chromium_ipath $[wildcard $[CHROMIUM_IPATH]]
#define chromium_lpath $[wildcard $[CHROMIUM_LPATH]]
#define chromium_cflags $[CHROMIUM_CFLAGS]
#define chromium_libs $[CHROMIUM_LIBS]
#endif
#if $[HAVE_GLX]
#define glx_ipath $[wildcard $[GLX_IPATH]]
#define glx_lpath $[wildcard $[GLX_LPATH]]
@ -467,12 +460,6 @@
#define speedtree_libs $[SPEEDTREE_LIBS]
#endif
#if $[HAVE_CHROMIUM]
#define chromium_ipath $[wildcard $[CHROMIUM_IPATH]]
#define chromium_lpath $[wildcard $[CHROMIUM_LPATH]]
#define chromium_libs $[CHROMIUM_LIBS]
#endif
#if $[HAVE_FCOLLADA]
#define fcollada_ipath $[wildcard $[FCOLLADA_IPATH]]
#define fcollada_lpath $[wildcard $[FCOLLADA_LPATH]]