Message ID | 20170425034719.8630-1-raj.khem@gmail.com |
---|---|
State | Accepted |
Commit | e36e010400803031723379f0fea3adc3e1c3a4ef |
Headers | show |
Series | [oe,meta-oe,01/11] mpv: Add libxkbcommon when configuring with wayland | expand |
Patchwork really doesn't like you, another set of patches completely ignored by patchwork. Jose: PING2, can you check the patchwork changes which were integrated in last few weeks? On Tue, Apr 25, 2017 at 5:47 AM, Khem Raj <raj.khem@gmail.com> wrote: > Fixes > > Package xkbcommon was not found in the pkg-config search path. > Perhaps you should add the directory containing `xkbcommon.pc' > to the PKG_CONFIG_PATH environment variable > No package 'xkbcommon' found > > Signed-off-by: Khem Raj <raj.khem@gmail.com> > --- > meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb > b/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb > index ce7b3d1e1..b1da2175d 100644 > --- a/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb > +++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb > @@ -37,7 +37,7 @@ PACKAGECONFIG[libarchive] = "--enable-libarchive,-- > disable-libarchive,libarchive > PACKAGECONFIG[jack] = "--enable-jack, --disable-jack, jack" > PACKAGECONFIG[vaapi] = "--enable-vaapi, --disable-vaapi,libva" > PACKAGECONFIG[vdpau] = "--enable-vdpau, --disable-vdpau,libvdpau" > -PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland,wayland" > +PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland,wayland > libxkbcommon" > > SIMPLE_TARGET_SYS = "${@'${TARGET_SYS}'.replace('${TARGET_VENDOR}', '')}" > > -- > 2.12.2 > > -- > _______________________________________________ > Openembedded-devel mailing list > Openembedded-devel@lists.openembedded.org > http://lists.openembedded.org/mailman/listinfo/openembedded-devel > -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel
diff --git a/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb b/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb index ce7b3d1e1..b1da2175d 100644 --- a/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb +++ b/meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb @@ -37,7 +37,7 @@ PACKAGECONFIG[libarchive] = "--enable-libarchive,--disable-libarchive,libarchive PACKAGECONFIG[jack] = "--enable-jack, --disable-jack, jack" PACKAGECONFIG[vaapi] = "--enable-vaapi, --disable-vaapi,libva" PACKAGECONFIG[vdpau] = "--enable-vdpau, --disable-vdpau,libvdpau" -PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland,wayland" +PACKAGECONFIG[wayland] = "--enable-wayland, --disable-wayland,wayland libxkbcommon" SIMPLE_TARGET_SYS = "${@'${TARGET_SYS}'.replace('${TARGET_VENDOR}', '')}"
Fixes Package xkbcommon was not found in the pkg-config search path. Perhaps you should add the directory containing `xkbcommon.pc' to the PKG_CONFIG_PATH environment variable No package 'xkbcommon' found Signed-off-by: Khem Raj <raj.khem@gmail.com> --- meta-oe/recipes-multimedia/mplayer/mpv_0.24.0.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) -- 2.12.2 -- _______________________________________________ Openembedded-devel mailing list Openembedded-devel@lists.openembedded.org http://lists.openembedded.org/mailman/listinfo/openembedded-devel