Merge lp:~themuso/unity-settings-daemon/fix-gtk-modules-dir-location into lp:unity-settings-daemon

Proposed by Luke Yelavich
Status: Merged
Approved by: Sebastien Bacher
Approved revision: 4022
Merged at revision: 4024
Proposed branch: lp:~themuso/unity-settings-daemon/fix-gtk-modules-dir-location
Merge into: lp:unity-settings-daemon
Diff against target: 21 lines (+2/-2)
1 file modified
plugins/xsettings/Makefile.am (+2/-2)
To merge this branch: bzr merge lp:~themuso/unity-settings-daemon/fix-gtk-modules-dir-location
Reviewer Review Type Date Requested Status
Sebastien Bacher Approve
PS Jenkins bot (community) continuous-integration Approve
Review via email: mp+208041@code.launchpad.net

Commit message

Look for gtk-modules related files in the correct location.

Description of the change

Look for gtk-modules related files in the correct location.

To post a comment you must log in.
Revision history for this message
PS Jenkins bot (ps-jenkins) wrote :
review: Approve (continuous-integration)
Revision history for this message
Sebastien Bacher (seb128) wrote :

thanks

review: Approve

Preview Diff

[H/L] Next/Prev Comment, [J/K] Next/Prev File, [N/P] Next/Prev Hunk
=== modified file 'plugins/xsettings/Makefile.am'
--- plugins/xsettings/Makefile.am 2013-12-04 23:55:26 +0000
+++ plugins/xsettings/Makefile.am 2014-02-24 23:31:17 +0000
@@ -23,7 +23,7 @@
23 -I$(top_srcdir)/gnome-settings-daemon \23 -I$(top_srcdir)/gnome-settings-daemon \
24 -I$(top_srcdir)/data/ \24 -I$(top_srcdir)/data/ \
25 -DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \25 -DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
26 -DGTK_MODULES_DIRECTORY=\""$(libdir)/gnome-settings-daemon-@GSD_API_VERSION@/gtk-modules/"\" \26 -DGTK_MODULES_DIRECTORY=\""$(libdir)/unity-settings-daemon-@GSD_API_VERSION@/gtk-modules/"\" \
27 $(AM_CPPFLAGS)27 $(AM_CPPFLAGS)
2828
29libexec_PROGRAMS = usd-test-xsettings29libexec_PROGRAMS = usd-test-xsettings
@@ -67,7 +67,7 @@
67 -I$(top_srcdir)/gnome-settings-daemon \67 -I$(top_srcdir)/gnome-settings-daemon \
68 -I$(top_srcdir)/data/ \68 -I$(top_srcdir)/data/ \
69 -DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \69 -DGNOME_SETTINGS_LOCALEDIR=\""$(datadir)/locale"\" \
70 -DGTK_MODULES_DIRECTORY=\""$(libdir)/gnome-settings-daemon-@GSD_API_VERSION@/gtk-modules/"\" \70 -DGTK_MODULES_DIRECTORY=\""$(libdir)/unity-settings-daemon-@GSD_API_VERSION@/gtk-modules/"\" \
71 $(AM_CPPFLAGS)71 $(AM_CPPFLAGS)
7272
73libxsettings_la_CFLAGS = \73libxsettings_la_CFLAGS = \

Subscribers

People subscribed via source and target branches