about summary refs log tree commit diff
path: root/pkgs/development/libraries/wxGTK-2.8
diff options
context:
space:
mode:
authorVladimír Čunát <vcunat@gmail.com>2013-08-04 20:59:05 +0200
committerVladimír Čunát <vcunat@gmail.com>2013-08-04 21:11:24 +0200
commit7fbcc562609249a6ba81b26064e31c00ed38ebda (patch)
tree0f3f1a5c64c86438081b9dd5c08a88aaefb8d5d7 /pkgs/development/libraries/wxGTK-2.8
parentdaf9c75ef4f999aea6e6c70506ee80f35714043e (diff)
downloadnixlib-7fbcc562609249a6ba81b26064e31c00ed38ebda.tar
nixlib-7fbcc562609249a6ba81b26064e31c00ed38ebda.tar.gz
nixlib-7fbcc562609249a6ba81b26064e31c00ed38ebda.tar.bz2
nixlib-7fbcc562609249a6ba81b26064e31c00ed38ebda.tar.lz
nixlib-7fbcc562609249a6ba81b26064e31c00ed38ebda.tar.xz
nixlib-7fbcc562609249a6ba81b26064e31c00ed38ebda.tar.zst
nixlib-7fbcc562609249a6ba81b26064e31c00ed38ebda.zip
add introspection into GTK libs (part of #517)
This is all work of Marc Weber <marco-oweber@gmx.de>, except for a few nitpicks.

Tested space blowup: IMHO negligible to headers and similar stuff,
e.g. the firefox closure (reported by du) grows from 560 to 579 MB.
Saving space should be handled separately,
e.g. we have the multiple-outputs branch.
Diffstat (limited to 'pkgs/development/libraries/wxGTK-2.8')
-rw-r--r--pkgs/development/libraries/wxGTK-2.8/default.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/pkgs/development/libraries/wxGTK-2.8/default.nix b/pkgs/development/libraries/wxGTK-2.8/default.nix
index e11de87415d0..62d2de0238f1 100644
--- a/pkgs/development/libraries/wxGTK-2.8/default.nix
+++ b/pkgs/development/libraries/wxGTK-2.8/default.nix
@@ -28,6 +28,7 @@ stdenv.mkDerivation rec {
     "--disable-precomp-headers"
     (if unicode then "--enable-unicode" else "")
     "--enable-mediactrl"
+    "--enable-graphics_ctx"
   ] ++ optional withMesa "--with-opengl";
 
   # These variables are used by configure to find some dependencies.