[Lunar-commits] <moonbase> gtk+-2: install the gdkconfig.h file too.

Florin Braescu florin at lunar-linux.org
Tue Jan 3 16:08:39 CET 2012


commit 376329ea8e80c849939bf0d9bdd69ae747503367
Author: Florin Braescu <florin at lunar-linux.org>
Date:   Tue Jan 3 16:08:39 2012 +0100

    gtk+-2: install the gdkconfig.h file too.
---
 graphics/gtk+-2/BUILD |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/graphics/gtk+-2/BUILD b/graphics/gtk+-2/BUILD
index b827dec..d702cfa 100644
--- a/graphics/gtk+-2/BUILD
+++ b/graphics/gtk+-2/BUILD
@@ -32,8 +32,9 @@
       WITH_NV=NVIDIA-beta
       lrm NVIDIA-beta
   fi  &&
-  echo $WITH_NV >/tmp/WITH_NV &&
+  echo $WITH_NV >/tmp/WITH_NV  &&
 
-  default_build
+  default_build  &&
+  install -m0664 gdk/gdkconfig.h /usr/include/gtk-2.0/gdk/
 
 ) > $C_FIFO 2>&1


More information about the Lunar-commits mailing list