diff options
Diffstat (limited to 'recipes/pixman.recipe')
-rw-r--r-- | recipes/pixman.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pixman.recipe b/recipes/pixman.recipe index ef6b6e9a..0c26558a 100644 --- a/recipes/pixman.recipe +++ b/recipes/pixman.recipe @@ -25,7 +25,7 @@ class Recipe(recipe.Recipe): ] files_libs = ['libpixman-1'] - files_devel = ['include/pixman-1', 'lib/pkgconfig/pixman-1.pc'] + files_devel = ['include/pixman-1', '%(libdir)s/pkgconfig/pixman-1.pc'] def prepare(self): # clang from xcode has a known bug, avoid codepath that trigger it |