diff options
author | Changhyeok Bae <changhyeok.bae@gmail.com> | 2017-12-22 14:51:06 +0000 |
---|---|---|
committer | Armin Kuster <akuster808@gmail.com> | 2017-12-27 07:25:03 -0800 |
commit | f918d9fa547b73a738548d05a9c2e3aa15367e59 (patch) | |
tree | 6b8f96f5cb8dc54c057a85fa56ca93eb6f2bb134 /meta-multimedia/recipes-connectivity/rygel | |
parent | eaa4b4baa61813ef29fa436c0a1f863fbfc6a94e (diff) | |
download | meta-openembedded-contrib-f918d9fa547b73a738548d05a9c2e3aa15367e59.tar.gz |
rygel: Add lms PACKAGECONFIG item
Signed-off-by: Changhyeok Bae <changhyeok.bae@gmail.com>
Signed-off-by: Armin Kuster <akuster808@gmail.com>
Diffstat (limited to 'meta-multimedia/recipes-connectivity/rygel')
-rw-r--r-- | meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb b/meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb index d2eda6bf958..e94c9ff8db4 100644 --- a/meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb +++ b/meta-multimedia/recipes-connectivity/rygel/rygel_0.34.0.bb @@ -30,6 +30,7 @@ PACKAGECONFIG[ruih] = "--enable-ruih-plugin,--disable-ruih-plugin" PACKAGECONFIG[media-export] = "--enable-media-export-plugin,--disable-media-export-plugin" PACKAGECONFIG[gst-launch] = "--enable-gst-launch-plugin,--disable-gst-launch-plugin" PACKAGECONFIG[gtk+3] = ",--without-ui,gtk+3" +PACKAGECONFIG[lms] = "--enable-lms-plugin,--disable-lms-plugin" LIBV = "2.6" |