diff options
author | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-01-05 12:34:39 -0300 |
---|---|---|
committer | Thibault Saunier <thibault.saunier@osg.samsung.com> | 2017-01-05 12:34:39 -0300 |
commit | cc4e4f63160d074829a89f07be01b3cf9df76439 (patch) | |
tree | 29bd7188edf0109f1edc69569bac82d18be13bf6 /pkgconfig/meson.build | |
parent | 8e40fb0e39e476ad980ed0dbe2a4e074b5472e99 (diff) | |
download | gstreamer-plugins-bad-cc4e4f63160d074829a89f07be01b3cf9df76439.tar.gz |
meson: Do not use gstwayland variable when not set
Diffstat (limited to 'pkgconfig/meson.build')
-rw-r--r-- | pkgconfig/meson.build | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/pkgconfig/meson.build b/pkgconfig/meson.build index 41539f8b8..b6715cdf0 100644 --- a/pkgconfig/meson.build +++ b/pkgconfig/meson.build @@ -17,7 +17,6 @@ pkgconf.set('codecparserslibdir', join_paths(meson.build_root(), gstcodecparsers pkgconf.set('insertbinlibdir', join_paths(meson.build_root(), gstinsertbin.outdir())) pkgconf.set('mpegtslibdir', join_paths(meson.build_root(), gstmpegts.outdir())) pkgconf.set('playerlibdir', join_paths(meson.build_root(), gstplayer.outdir())) -pkgconf.set('waylandlibdir', join_paths(meson.build_root(), gstwayland.outdir())) pkgconf.set('basecamerabinsrclibdir', join_paths(meson.build_root(), gstbasecamerabin.outdir())) pkgconf.set('photographylibdir', join_paths(meson.build_root(), gstphotography.outdir())) |