[gtksourceview: 5/9] build: do not hardcode API version for style schemes



commit 42635191c368c5a022596c1ede2ba92b3ececf30
Author: Sébastien Wilmet <swilmet gnome org>
Date:   Wed Oct 19 17:02:46 2016 +0200

    build: do not hardcode API version for style schemes
    
    https://bugzilla.gnome.org/show_bug.cgi?id=773174

 data/styles/Makefile.am |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/data/styles/Makefile.am b/data/styles/Makefile.am
index e68a0da..f06d7fc 100644
--- a/data/styles/Makefile.am
+++ b/data/styles/Makefile.am
@@ -9,7 +9,7 @@ STYLES =                        \
        solarized-light.xml     \
        tango.xml
 
-stylesdir = $(datadir)/gtksourceview-3.0/styles
+stylesdir = $(datadir)/gtksourceview-@GSV_API_VERSION@/styles
 styles_DATA = $(STYLES) styles.rng
 
 EXTRA_DIST =           \


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