summaryrefslogtreecommitdiffstats
path: root/x11-toolkits/wxgtk-new/DEPENDS
diff options
context:
space:
mode:
Diffstat (limited to 'x11-toolkits/wxgtk-new/DEPENDS')
-rwxr-xr-xx11-toolkits/wxgtk-new/DEPENDS46
1 files changed, 46 insertions, 0 deletions
diff --git a/x11-toolkits/wxgtk-new/DEPENDS b/x11-toolkits/wxgtk-new/DEPENDS
new file mode 100755
index 0000000000..a3be37a8ab
--- /dev/null
+++ b/x11-toolkits/wxgtk-new/DEPENDS
@@ -0,0 +1,46 @@
+depends g++ &&
+depends gtk+2 &&
+depends libx11 '--with-x' &&
+depends libxpm '--with-libxpm' &&
+
+# all of the "depends" below strictly speaking are not required, e.g. we can
+# use included library by specifying --with-*=builtin, but we want to use the
+# system libraries, so we're saying --with-*[=sys] here.
+depends zlib '--with-zlib' &&
+depends libpng '--with-libpng' &&
+depends jpeg '--with-libjpeg' &&
+depends tiff '--with-libtiff' &&
+depends pcre '--with-regex=sys' &&
+depends pkgconfig &&
+optional_depends cairo \
+ '' \
+ '' \
+ 'graphics support' &&
+optional_depends gstreamer \
+ '--enable-mediactrl' \
+ '--disable-mediactrl' \
+ 'streaming video support' &&
+optional_depends stlport \
+ '--enable-stl' \
+ '--disable-stl' \
+ 'use STL for containers' &&
+optional_depends OPENGL \
+ '--with-opengl' \
+ '--without-opengl' \
+ 'for OpenGL support' &&
+optional_depends expat \
+ '--with-expat' \
+ '--without-expat' \
+ 'for XML parsing using expat library' &&
+optional_depends libgnomeprint \
+ '--with-gnomeprint' \
+ '--without-gnomeprint' \
+ 'for GNOME print system support' &&
+optional_depends libiodbc \
+ '--with-odbc' \
+ '--without-odbc' \
+ 'for ODBC support' &&
+optional_depends sdl \
+ '--with-sdl --enable-sound' \
+ '--without-sdl' \
+ 'for sound system support'