* [xsettings-daemon][PATCH 0/2] Upgrade to Gdk3
@ 2016-04-29 7:47 Jussi Kukkonen
2016-04-29 7:47 ` [xsettings-daemon][PATCH 1/2] Need -lx11 in linker flags Jussi Kukkonen
2016-04-29 7:47 ` [xsettings-daemon][PATCH 2/2] Use gdk-x11-3.0 instead of 2.0 Jussi Kukkonen
0 siblings, 2 replies; 4+ messages in thread
From: Jussi Kukkonen @ 2016-04-29 7:47 UTC (permalink / raw)
To: yocto
No code changes needed, just link with the newer library.
This patchset is part of the quest to make Sato compatible with GTK+3.
Complete WIP collection of patches can be found in jku/matchbox-wip
branch at git://git.yoctoproject.org/poky-contrib
The following changes since commit 9a99528b02255450db81176abd9bbcc1dab9a4c1:
xsettings-dump: Add debug tool (2013-04-19 15:47:25 +0100)
are available in the git repository at:
git://github.com/jku/xsettings-daemon gtk3
https://github.com/jku/xsettings-daemon/tree/gtk3
Jussi Kukkonen (2):
Need -lx11 in linker flags
Use gdk-x11-3.0 instead of 2.0
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
--
2.8.1
^ permalink raw reply [flat|nested] 4+ messages in thread
* [xsettings-daemon][PATCH 1/2] Need -lx11 in linker flags
2016-04-29 7:47 [xsettings-daemon][PATCH 0/2] Upgrade to Gdk3 Jussi Kukkonen
@ 2016-04-29 7:47 ` Jussi Kukkonen
2016-04-29 7:47 ` [xsettings-daemon][PATCH 2/2] Use gdk-x11-3.0 instead of 2.0 Jussi Kukkonen
1 sibling, 0 replies; 4+ messages in thread
From: Jussi Kukkonen @ 2016-04-29 7:47 UTC (permalink / raw)
To: yocto
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index 99ba9f3..b3e7dae 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ AC_PROG_CC
dnl TODO: make gconf optional
-PKG_CHECK_MODULES(APP, [gconf-2.0 gdk-x11-2.0])
+PKG_CHECK_MODULES(APP, [gconf-2.0 gdk-x11-2.0 x11])
AC_SUBST(APP_CFLAGS)
--
2.8.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* [xsettings-daemon][PATCH 2/2] Use gdk-x11-3.0 instead of 2.0
2016-04-29 7:47 [xsettings-daemon][PATCH 0/2] Upgrade to Gdk3 Jussi Kukkonen
2016-04-29 7:47 ` [xsettings-daemon][PATCH 1/2] Need -lx11 in linker flags Jussi Kukkonen
@ 2016-04-29 7:47 ` Jussi Kukkonen
2016-04-29 14:52 ` Burton, Ross
1 sibling, 1 reply; 4+ messages in thread
From: Jussi Kukkonen @ 2016-04-29 7:47 UTC (permalink / raw)
To: yocto
Signed-off-by: Jussi Kukkonen <jussi.kukkonen@intel.com>
---
configure.ac | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/configure.ac b/configure.ac
index b3e7dae..5af0c52 100644
--- a/configure.ac
+++ b/configure.ac
@@ -14,7 +14,7 @@ AC_PROG_CC
dnl TODO: make gconf optional
-PKG_CHECK_MODULES(APP, [gconf-2.0 gdk-x11-2.0 x11])
+PKG_CHECK_MODULES(APP, [gconf-2.0 gdk-x11-3.0 x11])
AC_SUBST(APP_CFLAGS)
--
2.8.1
^ permalink raw reply related [flat|nested] 4+ messages in thread
* Re: [xsettings-daemon][PATCH 2/2] Use gdk-x11-3.0 instead of 2.0
2016-04-29 7:47 ` [xsettings-daemon][PATCH 2/2] Use gdk-x11-3.0 instead of 2.0 Jussi Kukkonen
@ 2016-04-29 14:52 ` Burton, Ross
0 siblings, 0 replies; 4+ messages in thread
From: Burton, Ross @ 2016-04-29 14:52 UTC (permalink / raw)
To: Jussi Kukkonen; +Cc: yocto@yoctoproject.org
[-- Attachment #1: Type: text/plain, Size: 303 bytes --]
On 29 April 2016 at 08:47, Jussi Kukkonen <jussi.kukkonen@intel.com> wrote:
> -PKG_CHECK_MODULES(APP, [gconf-2.0 gdk-x11-2.0 x11])
> +PKG_CHECK_MODULES(APP, [gconf-2.0 gdk-x11-3.0 x11])
>
Looking at this, so little of GTK+ is used (just gdkx). Maybe we should
port this to pure XLib?
Ross
[-- Attachment #2: Type: text/html, Size: 698 bytes --]
^ permalink raw reply [flat|nested] 4+ messages in thread
end of thread, other threads:[~2016-04-29 14:52 UTC | newest]
Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-29 7:47 [xsettings-daemon][PATCH 0/2] Upgrade to Gdk3 Jussi Kukkonen
2016-04-29 7:47 ` [xsettings-daemon][PATCH 1/2] Need -lx11 in linker flags Jussi Kukkonen
2016-04-29 7:47 ` [xsettings-daemon][PATCH 2/2] Use gdk-x11-3.0 instead of 2.0 Jussi Kukkonen
2016-04-29 14:52 ` Burton, Ross
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.