commit 842c568

Michael Forney  ·  2014-02-01 00:08:22 +0000 UTC
parent 9861fa1
swc.pc: Add datadir variable so clients can find swc.xml
2 files changed,  +2, -0
+1, -0
1@@ -66,6 +66,7 @@ swc.pc: swc.pc.in
2 	    -e "s:@PREFIX@:$(PREFIX):"          \
3 	    -e "s:@LIBDIR@:$(LIBDIR):"          \
4 	    -e "s:@INCLUDEDIR@:$(INCLUDEDIR):"  \
5+	    -e "s:@DATADIR@:$(DATADIR):"        \
6 	    $< > $@
7 
8 .PHONY: install-swc.pc
+1, -0
1@@ -2,6 +2,7 @@ prefix=@PREFIX@
2 exec_prefix=${prefix}
3 libdir=@LIBDIR@
4 includedir=@INCLUDEDIR@
5+datadir=@DATADIR@/swc
6 
7 Name: swc
8 Description: A library for making a simple Wayland compositor