summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--NEWS4
-rw-r--r--src/Makefile.am2
2 files changed, 5 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 92bead8..ade55f5 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,7 @@
+Overview of changes in lightdm-gtk-greeter 1.1.3
+
+ * Fix greeter looking for data in the wrong directory
+
Overview of changes in lightdm-gtk-greeter 1.1.2
* Correctly link against libX11
diff --git a/src/Makefile.am b/src/Makefile.am
index e684dcc..30e815c 100644
--- a/src/Makefile.am
+++ b/src/Makefile.am
@@ -6,7 +6,7 @@ lightdm_gtk_greeter_SOURCES = \
lightdm_gtk_greeter_CFLAGS = \
-DGETTEXT_PACKAGE=\"$(GETTEXT_PACKAGE)\" \
-DLOCALEDIR=\""$(localedir)"\" \
- -DGREETER_DATA_DIR=\""$(greeterdatadir)"\" \
+ -DGREETER_DATA_DIR=\""$(datadir)/lightdm-gtk-greeter"\" \
-DCONFIG_FILE=\""$(configdir)/lightdm-gtk-greeter.conf"\" \
$(GREETER_CFLAGS) \
$(WARN_CFLAGS)