All of lore.kernel.org
 help / color / mirror / Atom feed
* [Buildroot] [git commit] transmission: gtk option needs libgtk3
@ 2017-09-01 22:37 Peter Korsgaard
  2017-09-06 11:33 ` Peter Korsgaard
  0 siblings, 1 reply; 2+ messages in thread
From: Peter Korsgaard @ 2017-09-01 22:37 UTC (permalink / raw)
  To: buildroot

commit: https://git.buildroot.net/buildroot/commit/?id=a2935ee28886b5198093c824c4ee4892d02d10c6
branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

Fixes the following configure issue:

checking for GTK... no
configure: error: Package requirements (gtk+-3.0 >= 3.4.0
                              glib-2.0 >= 2.32.0
                              gio-2.0 >= 2.26.0,
                              gmodule-2.0 >= 2.32.0
                              gthread-2.0 >= 2.32.0) were not met:

libgtk2 support was dropped in commit cdd71c642724 ((trunk gtk) #4970 remove
deprecated GTK+ API calls, raise GTK+ dependency to 3.2) which was part of
transmission-2.61.

Signed-off-by: Peter Korsgaard <peter@korsgaard.com>
---
 package/transmission/Config.in       | 4 ++--
 package/transmission/transmission.mk | 2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/package/transmission/Config.in b/package/transmission/Config.in
index b47c36f..38a459c 100644
--- a/package/transmission/Config.in
+++ b/package/transmission/Config.in
@@ -39,12 +39,12 @@ config BR2_PACKAGE_TRANSMISSION_REMOTE
 
 config BR2_PACKAGE_TRANSMISSION_GTK
 	bool "transmission-gtk"
-	depends on BR2_PACKAGE_LIBGTK2 && BR2_ENABLE_LOCALE
+	depends on BR2_PACKAGE_LIBGTK3 && BR2_ENABLE_LOCALE
 	help
 	  Install transmission GTK-based GUI interface.
 
 comment "transmission-gtk needs a toolchain w/ locale"
-	depends on BR2_PACKAGE_LIBGTK2 && !BR2_ENABLE_LOCALE
+	depends on BR2_PACKAGE_LIBGTK3 && !BR2_ENABLE_LOCALE
 endif
 
 comment "transmission needs a toolchain w/ threads"
diff --git a/package/transmission/transmission.mk b/package/transmission/transmission.mk
index f2333cb..7f46753 100644
--- a/package/transmission/transmission.mk
+++ b/package/transmission/transmission.mk
@@ -83,7 +83,7 @@ endif
 
 ifeq ($(BR2_PACKAGE_TRANSMISSION_GTK),y)
 TRANSMISSION_CONF_OPTS += --with-gtk
-TRANSMISSION_DEPENDENCIES += libgtk2
+TRANSMISSION_DEPENDENCIES += libgtk3
 else
 TRANSMISSION_CONF_OPTS += --without-gtk
 endif

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

* [Buildroot] [git commit] transmission: gtk option needs libgtk3
  2017-09-01 22:37 [Buildroot] [git commit] transmission: gtk option needs libgtk3 Peter Korsgaard
@ 2017-09-06 11:33 ` Peter Korsgaard
  0 siblings, 0 replies; 2+ messages in thread
From: Peter Korsgaard @ 2017-09-06 11:33 UTC (permalink / raw)
  To: buildroot

>>>>> "Peter" == Peter Korsgaard <peter@korsgaard.com> writes:

 > commit: https://git.buildroot.net/buildroot/commit/?id=a2935ee28886b5198093c824c4ee4892d02d10c6
 > branch: https://git.buildroot.net/buildroot/commit/?id=refs/heads/master

 > Fixes the following configure issue:

 > checking for GTK... no
 > configure: error: Package requirements (gtk+-3.0 >= 3.4.0
 >                               glib-2.0 >= 2.32.0
 >                               gio-2.0 >= 2.26.0,
 >                               gmodule-2.0 >= 2.32.0
 >                               gthread-2.0 >= 2.32.0) were not met:

 > libgtk2 support was dropped in commit cdd71c642724 ((trunk gtk) #4970 remove
 > deprecated GTK+ API calls, raise GTK+ dependency to 3.2) which was part of
 > transmission-2.61.

 > Signed-off-by: Peter Korsgaard <peter@korsgaard.com>

Committed to 2017.02.x, thanks.

-- 
Bye, Peter Korsgaard

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

end of thread, other threads:[~2017-09-06 11:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-09-01 22:37 [Buildroot] [git commit] transmission: gtk option needs libgtk3 Peter Korsgaard
2017-09-06 11:33 ` Peter Korsgaard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.