From: Steinar H. Gunderson Date: Tue, 5 Feb 2013 09:26:49 +0000 (+0100) Subject: Add a pkg-config variable “shaderdir” to locate the shaders. X-Git-Tag: 1.0~117 X-Git-Url: https://git.sesse.net/?p=movit;a=commitdiff_plain;h=20ee8e4fc617cf738a64c979bd5689b3bb03cecd Add a pkg-config variable “shaderdir” to locate the shaders. Patch from Dan Dennedy. --- diff --git a/movit.pc.in b/movit.pc.in index b089551..f990618 100644 --- a/movit.pc.in +++ b/movit.pc.in @@ -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.