diff options
author | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-10-25 19:29:35 +0100 |
---|---|---|
committer | Nirbheek Chauhan <nirbheek@centricular.com> | 2018-10-25 19:29:35 +0100 |
commit | 5b665a25ae4e6031f0969a8f558dc3a5498ee1f5 (patch) | |
tree | cc57ef65c0e0aa6f18e99d9143ab42c5ba659670 | |
parent | cb104a00debce605f4e362edf58c728577ca921e (diff) |
pango.recipe: pango-querymodules was removed years ago
-rw-r--r-- | recipes/pango.recipe | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/recipes/pango.recipe b/recipes/pango.recipe index 226044a7..a7200fe2 100644 --- a/recipes/pango.recipe +++ b/recipes/pango.recipe @@ -18,7 +18,7 @@ class Recipe(recipe.Recipe): name + '/0001-meson-Set-the-compatibility-version-correctly-on-mac.patch'] files_libs = ['libpangocairo-1.0', 'libpango-1.0', 'libpangoft2-1.0'] - files_bins = ['pango-querymodules', 'pango-view'] + files_bins = ['pango-view'] files_devel = ['include/pango-1.0', 'lib/pkgconfig/pangoft2.pc', 'lib/pkgconfig/pango.pc', 'lib/pkgconfig/pangocairo.pc'] |