]> git.sesse.net Git - movit/commitdiff
Add a pkg-config variable “shaderdir” to locate the shaders.
authorSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 5 Feb 2013 09:26:49 +0000 (10:26 +0100)
committerSteinar H. Gunderson <sgunderson@bigfoot.com>
Tue, 5 Feb 2013 09:26:49 +0000 (10:26 +0100)
Patch from Dan Dennedy.

movit.pc.in

index b0895510ab763fdc8fb7e2393f415dfc3991e7d5..f990618dcf8ff88973dcb4b227524138280078a6 100644 (file)
@@ -4,6 +4,9 @@ prefix=@prefix@
 exec_prefix=@exec_prefix@
 libdir=@libdir@
 includedir=@includedir@
+datarootdir=@datarootdir@
+datadir=@datadir@
+shaderdir=@datadir@/movit
 
 Name: movit
 Description: Movit is a library for high-quality, high-performance video filters.