Skip to content

Commit

Permalink
meson: add zlib to gstreamer-1.0.pc if found
Browse files Browse the repository at this point in the history
  • Loading branch information
tp-m committed Aug 11, 2018
1 parent c9f975e commit e997d2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions pkgconfig/meson.build
Expand Up @@ -7,6 +7,7 @@ pkgconf.set('includedir', '${prefix}/@0@'.format(get_option('includedir')))
pkgconf.set('GST_API_VERSION', api_version)
pkgconf.set('VERSION', gst_version)
pkgconf.set('LIBM', libm.found() ? '-lm' : '')
pkgconf.set('ZLIB_LIBS', zlib_dep.found() ? '-lz' : '')
pkgconf.set('ORC_PC', have_orcc ? 'orc-0.4' : '')

# needed for generating -uninstalled.pc files
Expand Down

0 comments on commit e997d2b

Please sign in to comment.