public inbox for gentoo-commits@lists.gentoo.org
 help / color / mirror / Atom feed
* [gentoo-commits] gentoo-x86 commit in dev-cpp/gtkmm/files: gtkmm-3.4.0-automagic-gdk-targets.patch
@ 2012-04-12  4:16 Alexandre Rostovtsev (tetromino)
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Rostovtsev (tetromino) @ 2012-04-12  4:16 UTC (permalink / raw
  To: gentoo-commits

tetromino    12/04/12 04:16:12

  Added:                gtkmm-3.4.0-automagic-gdk-targets.patch
  Log:
  Version bump for gtk+-3.4.
  
  (Portage version: 2.2.0_alpha100/cvs/Linux x86_64)

Revision  Changes    Path
1.1                  dev-cpp/gtkmm/files/gtkmm-3.4.0-automagic-gdk-targets.patch

file : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/files/gtkmm-3.4.0-automagic-gdk-targets.patch?rev=1.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/dev-cpp/gtkmm/files/gtkmm-3.4.0-automagic-gdk-targets.patch?rev=1.1&content-type=text/plain

Index: gtkmm-3.4.0-automagic-gdk-targets.patch
===================================================================
From f86a02f31783acb1be29daf748f8385e8a66f113 Mon Sep 17 00:00:00 2001
From: Alexandre Rostovtsev <tetromino@gentoo.org>
Date: Wed, 11 Apr 2012 23:37:19 -0400
Subject: [PATCH] Make list of gdk targets non-automagic

Otherwise, it is difficult e.g. to build a wayland-only gtkmm on a
build machine that has gdk with both x11 and wayland targets installed.
The argument to --with-gdk-targets is comma-delimeted to make quoting
easier in automated build scripts.

https://bugzilla.gnome.org/show_bug.cgi?id=673963
---
 configure.ac |    8 +++++++-
 1 files changed, 7 insertions(+), 1 deletions(-)

diff --git a/configure.ac b/configure.ac
index 5c85b7e..141f39a 100644
--- a/configure.ac
+++ b/configure.ac
@@ -52,7 +52,13 @@ gdk_target_quartz=no
 gdk_target_x11=no
 gdk_target_wayland=no
 gdk_target_broadway=no
-for target in `$PKG_CONFIG --variable=targets gtk+-3.0`; do
+AC_ARG_WITH(gdk_targets, AS_HELP_STRING([--with-gdk-targets@<:@=TARGETS@:>@], [comma-delimeted list of gdk targets (default is "", meaning auto-detect)]), ,[with_gdk_targets=])
+if test -z "$with_gdk_targets"; then
+    gdk_targets=`$PKG_CONFIG --variable=targets gtk+-3.0`
+else
+    gdk_targets=`echo $with_gdk_targets | tr , ' '`
+fi
+for target in $gdk_targets; do
     case "$target" in 
        win32)
           gdk_target_win32=yes
-- 
1.7.8.5







^ permalink raw reply related	[flat|nested] 2+ messages in thread

* [gentoo-commits] gentoo-x86 commit in dev-cpp/gtkmm/files: gtkmm-3.4.0-automagic-gdk-targets.patch
@ 2014-04-23 21:04 Pacho Ramos (pacho)
  0 siblings, 0 replies; 2+ messages in thread
From: Pacho Ramos (pacho) @ 2014-04-23 21:04 UTC (permalink / raw
  To: gentoo-commits

pacho       14/04/23 21:04:35

  Removed:              gtkmm-3.4.0-automagic-gdk-targets.patch
  Log:
  Drop old
  
  (Portage version: 2.2.10/cvs/Linux x86_64, signed Manifest commit with key A188FBD4)


^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2014-04-23 21:04 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-23 21:04 [gentoo-commits] gentoo-x86 commit in dev-cpp/gtkmm/files: gtkmm-3.4.0-automagic-gdk-targets.patch Pacho Ramos (pacho)
  -- strict thread matches above, loose matches on Subject: below --
2012-04-12  4:16 Alexandre Rostovtsev (tetromino)

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox