[Spice-devel] [PATCH 2/3] Bundle: fix bundle configuration file for gtk3 based remote-viewer
Kirill Moizik
kirill at daynix.com
Tue Jul 7 09:26:34 PDT 2015
From: Kirill Moizik <kmoizik at redhat.com>
---
bundle/remote-viewer-gtk3.bundle | 4 +++-
1 file changed, 3 insertions(+), 1 deletion(-)
diff --git a/bundle/remote-viewer-gtk3.bundle b/bundle/remote-viewer-gtk3.bundle
index 3031309..a6315ca 100644
--- a/bundle/remote-viewer-gtk3.bundle
+++ b/bundle/remote-viewer-gtk3.bundle
@@ -57,7 +57,7 @@
version.
-->
<binary>
- ${prefix}/lib/${gtkdir}/modules/*.so
+ ${prefix}/lib/${gtkdir}/3.0.0/immodules/*.so
</binary>
<!-- Copy in GTK+ theme engines and print backends. Note the use of the
@@ -66,9 +66,11 @@
binaries link to are also copied in automatically. Note also
the included ${gtk} macro, which gets the correct package name
to get. -->
+ <!--
<binary>
${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/theming-engines/*.so
</binary>
+ -->
<binary>
${prefix}/lib/${gtkdir}/${pkg:${gtk}:gtk_binary_version}/printbackends/*.so
</binary>
--
2.3.2 (Apple Git-55)
More information about the Spice-devel
mailing list