[gnome-color-manager] build: Set PKGDATADIR to gnome-color-manager



commit 275b4ef55dd95b3842724a94f77115f87f79f8c2
Author: Piotr Drąg <piotrdrag gmail com>
Date:   Sun Dec 3 21:07:41 2017 +0100

    build: Set PKGDATADIR to gnome-color-manager
    
    It was set to gnome-software, which made gnome-control-center’s
    Color panel unable to find the example images.
    
    https://bugzilla.gnome.org/show_bug.cgi?id=791158

 meson.build |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/meson.build b/meson.build
index 9e798e1..c1773ab 100644
--- a/meson.build
+++ b/meson.build
@@ -118,7 +118,7 @@ conf.set_quoted('DATADIR',
 conf.set_quoted('PKGDATADIR',
                 join_paths(get_option('prefix'),
                            get_option('datadir'),
-                           'gnome-software'))
+                           'gnome-color-manager'))
 conf.set_quoted('BINDIR',
                 join_paths(get_option('prefix'),
                            get_option('bindir')))


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]