swc

Unnamed repository; edit this file 'description' to name the repository.
git clone git://git.nihaljere.xyz/swc
Log | Files | Refs | README | LICENSE

commit 842c56805f0705c5f862b25c6aef77d9bc18d9f5
parent 9861fa128da1617cb4d1c6ab1d760e30740684fa
Author: Michael Forney <mforney@mforney.org>
Date:   Fri, 31 Jan 2014 16:08:22 -0800

swc.pc: Add datadir variable so clients can find swc.xml

Diffstat:
MMakefile | 1+
Mswc.pc.in | 1+
2 files changed, 2 insertions(+), 0 deletions(-)

diff --git a/Makefile b/Makefile @@ -66,6 +66,7 @@ swc.pc: swc.pc.in -e "s:@PREFIX@:$(PREFIX):" \ -e "s:@LIBDIR@:$(LIBDIR):" \ -e "s:@INCLUDEDIR@:$(INCLUDEDIR):" \ + -e "s:@DATADIR@:$(DATADIR):" \ $< > $@ .PHONY: install-swc.pc diff --git a/swc.pc.in b/swc.pc.in @@ -2,6 +2,7 @@ prefix=@PREFIX@ exec_prefix=${prefix} libdir=@LIBDIR@ includedir=@INCLUDEDIR@ +datadir=@DATADIR@/swc Name: swc Description: A library for making a simple Wayland compositor