All of lore.kernel.org
 help / color / mirror / Atom feed
* [meta-oe][dunfell][PATCH] freerdp: Add missing libxkbcommon WL dependency
@ 2020-12-04 23:47 Marek Vasut
  2021-03-12 14:18 ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2020-12-04 23:47 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Marek Vasut

The WL build depends on libxkbcommon, so add the dependency.

Signed-off-by: Marek Vasut <marex@denx.de>
---
 meta-oe/recipes-support/freerdp/freerdp_git.bb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support/freerdp/freerdp_git.bb
index 7cafbb799..82ef561fb 100644
--- a/meta-oe/recipes-support/freerdp/freerdp_git.bb
+++ b/meta-oe/recipes-support/freerdp/freerdp_git.bb
@@ -40,7 +40,7 @@ PACKAGECONFIG ??= " \
 
 X11_DEPS = "virtual/libx11 libxinerama libxext libxcursor libxv libxi libxrender libxfixes libxdamage libxrandr libxkbfile"
 PACKAGECONFIG[x11] = "-DWITH_X11=ON -DWITH_XINERAMA=ON -DWITH_XEXT=ON -DWITH_XCURSOR=ON -DWITH_XV=ON -DWITH_XI=ON -DWITH_XRENDER=ON -DWITH_XFIXES=ON -DWITH_XDAMAGE=ON -DWITH_XRANDR=ON -DWITH_XKBFILE=ON,-DWITH_X11=OFF,${X11_DEPS}"
-PACKAGECONFIG[wayland] = "-DWITH_WAYLAND=ON,-DWITH_WAYLAND=OFF,wayland wayland-native"
+PACKAGECONFIG[wayland] = "-DWITH_WAYLAND=ON,-DWITH_WAYLAND=OFF,wayland wayland-native libxkbcommon"
 PACKAGECONFIG[directfb] = "-DWITH_DIRECTFB=ON,-DWITH_DIRECTFB=OFF,directfb"
 PACKAGECONFIG[pam] = "-DWITH_PAM=ON,-DWITH_PAM=OFF,libpam"
 PACKAGECONFIG[pulseaudio] = "-DWITH_PULSEAUDIO=ON,-DWITH_PULSEAUDIO=OFF,pulseaudio"
-- 
2.29.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

* Re: [meta-oe][dunfell][PATCH] freerdp: Add missing libxkbcommon WL dependency
  2020-12-04 23:47 [meta-oe][dunfell][PATCH] freerdp: Add missing libxkbcommon WL dependency Marek Vasut
@ 2021-03-12 14:18 ` Marek Vasut
  2021-03-28  0:47   ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2021-03-12 14:18 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Armin Kuster

On 12/5/20 12:47 AM, Marek Vasut wrote:
> The WL build depends on libxkbcommon, so add the dependency.
> 
> Signed-off-by: Marek Vasut <marex@denx.de>
> ---
>   meta-oe/recipes-support/freerdp/freerdp_git.bb | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb b/meta-oe/recipes-support/freerdp/freerdp_git.bb
> index 7cafbb799..82ef561fb 100644
> --- a/meta-oe/recipes-support/freerdp/freerdp_git.bb
> +++ b/meta-oe/recipes-support/freerdp/freerdp_git.bb
> @@ -40,7 +40,7 @@ PACKAGECONFIG ??= " \
>   
>   X11_DEPS = "virtual/libx11 libxinerama libxext libxcursor libxv libxi libxrender libxfixes libxdamage libxrandr libxkbfile"
>   PACKAGECONFIG[x11] = "-DWITH_X11=ON -DWITH_XINERAMA=ON -DWITH_XEXT=ON -DWITH_XCURSOR=ON -DWITH_XV=ON -DWITH_XI=ON -DWITH_XRENDER=ON -DWITH_XFIXES=ON -DWITH_XDAMAGE=ON -DWITH_XRANDR=ON -DWITH_XKBFILE=ON,-DWITH_X11=OFF,${X11_DEPS}"
> -PACKAGECONFIG[wayland] = "-DWITH_WAYLAND=ON,-DWITH_WAYLAND=OFF,wayland wayland-native"
> +PACKAGECONFIG[wayland] = "-DWITH_WAYLAND=ON,-DWITH_WAYLAND=OFF,wayland wayland-native libxkbcommon"
>   PACKAGECONFIG[directfb] = "-DWITH_DIRECTFB=ON,-DWITH_DIRECTFB=OFF,directfb"
>   PACKAGECONFIG[pam] = "-DWITH_PAM=ON,-DWITH_PAM=OFF,libpam"
>   PACKAGECONFIG[pulseaudio] = "-DWITH_PULSEAUDIO=ON,-DWITH_PULSEAUDIO=OFF,pulseaudio"
> 

+CC Armin, would be nice to have this picked up.

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-oe][dunfell][PATCH] freerdp: Add missing libxkbcommon WL dependency
  2021-03-12 14:18 ` Marek Vasut
@ 2021-03-28  0:47   ` Marek Vasut
  2021-03-29  5:14     ` akuster
  0 siblings, 1 reply; 5+ messages in thread
From: Marek Vasut @ 2021-03-28  0:47 UTC (permalink / raw)
  To: openembedded-devel; +Cc: Armin Kuster

On 3/12/21 3:18 PM, Marek Vasut wrote:
> On 12/5/20 12:47 AM, Marek Vasut wrote:
>> The WL build depends on libxkbcommon, so add the dependency.
>>
>> Signed-off-by: Marek Vasut <marex@denx.de>
>> ---
>>   meta-oe/recipes-support/freerdp/freerdp_git.bb | 2 +-
>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb 
>> b/meta-oe/recipes-support/freerdp/freerdp_git.bb
>> index 7cafbb799..82ef561fb 100644
>> --- a/meta-oe/recipes-support/freerdp/freerdp_git.bb
>> +++ b/meta-oe/recipes-support/freerdp/freerdp_git.bb
>> @@ -40,7 +40,7 @@ PACKAGECONFIG ??= " \
>>   X11_DEPS = "virtual/libx11 libxinerama libxext libxcursor libxv 
>> libxi libxrender libxfixes libxdamage libxrandr libxkbfile"
>>   PACKAGECONFIG[x11] = "-DWITH_X11=ON -DWITH_XINERAMA=ON 
>> -DWITH_XEXT=ON -DWITH_XCURSOR=ON -DWITH_XV=ON -DWITH_XI=ON 
>> -DWITH_XRENDER=ON -DWITH_XFIXES=ON -DWITH_XDAMAGE=ON -DWITH_XRANDR=ON 
>> -DWITH_XKBFILE=ON,-DWITH_X11=OFF,${X11_DEPS}"
>> -PACKAGECONFIG[wayland] = 
>> "-DWITH_WAYLAND=ON,-DWITH_WAYLAND=OFF,wayland wayland-native"
>> +PACKAGECONFIG[wayland] = 
>> "-DWITH_WAYLAND=ON,-DWITH_WAYLAND=OFF,wayland wayland-native 
>> libxkbcommon"
>>   PACKAGECONFIG[directfb] = 
>> "-DWITH_DIRECTFB=ON,-DWITH_DIRECTFB=OFF,directfb"
>>   PACKAGECONFIG[pam] = "-DWITH_PAM=ON,-DWITH_PAM=OFF,libpam"
>>   PACKAGECONFIG[pulseaudio] = 
>> "-DWITH_PULSEAUDIO=ON,-DWITH_PULSEAUDIO=OFF,pulseaudio"
>>
> 
> +CC Armin, would be nice to have this picked up.

Any news on this ?

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-oe][dunfell][PATCH] freerdp: Add missing libxkbcommon WL dependency
  2021-03-28  0:47   ` Marek Vasut
@ 2021-03-29  5:14     ` akuster
  2021-03-29 14:37       ` Marek Vasut
  0 siblings, 1 reply; 5+ messages in thread
From: akuster @ 2021-03-29  5:14 UTC (permalink / raw)
  To: Marek Vasut, openembedded-devel



On 3/27/21 5:47 PM, Marek Vasut wrote:
> On 3/12/21 3:18 PM, Marek Vasut wrote:
>> On 12/5/20 12:47 AM, Marek Vasut wrote:
>>> The WL build depends on libxkbcommon, so add the dependency.
>>>
>>> Signed-off-by: Marek Vasut <marex@denx.de>
>>> ---
>>>   meta-oe/recipes-support/freerdp/freerdp_git.bb | 2 +-
>>>   1 file changed, 1 insertion(+), 1 deletion(-)
>>>
>>> diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb
>>> b/meta-oe/recipes-support/freerdp/freerdp_git.bb
>>> index 7cafbb799..82ef561fb 100644
>>> --- a/meta-oe/recipes-support/freerdp/freerdp_git.bb
>>> +++ b/meta-oe/recipes-support/freerdp/freerdp_git.bb
>>> @@ -40,7 +40,7 @@ PACKAGECONFIG ??= " \
>>>   X11_DEPS = "virtual/libx11 libxinerama libxext libxcursor libxv
>>> libxi libxrender libxfixes libxdamage libxrandr libxkbfile"
>>>   PACKAGECONFIG[x11] = "-DWITH_X11=ON -DWITH_XINERAMA=ON
>>> -DWITH_XEXT=ON -DWITH_XCURSOR=ON -DWITH_XV=ON -DWITH_XI=ON
>>> -DWITH_XRENDER=ON -DWITH_XFIXES=ON -DWITH_XDAMAGE=ON
>>> -DWITH_XRANDR=ON -DWITH_XKBFILE=ON,-DWITH_X11=OFF,${X11_DEPS}"
>>> -PACKAGECONFIG[wayland] =
>>> "-DWITH_WAYLAND=ON,-DWITH_WAYLAND=OFF,wayland wayland-native"
>>> +PACKAGECONFIG[wayland] =
>>> "-DWITH_WAYLAND=ON,-DWITH_WAYLAND=OFF,wayland wayland-native
>>> libxkbcommon"
>>>   PACKAGECONFIG[directfb] =
>>> "-DWITH_DIRECTFB=ON,-DWITH_DIRECTFB=OFF,directfb"
>>>   PACKAGECONFIG[pam] = "-DWITH_PAM=ON,-DWITH_PAM=OFF,libpam"
>>>   PACKAGECONFIG[pulseaudio] =
>>> "-DWITH_PULSEAUDIO=ON,-DWITH_PULSEAUDIO=OFF,pulseaudio"
>>>
>>
>> +CC Armin, would be nice to have this picked up.
>
> Any news on this ?

its in the queue

thanks


^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [meta-oe][dunfell][PATCH] freerdp: Add missing libxkbcommon WL dependency
  2021-03-29  5:14     ` akuster
@ 2021-03-29 14:37       ` Marek Vasut
  0 siblings, 0 replies; 5+ messages in thread
From: Marek Vasut @ 2021-03-29 14:37 UTC (permalink / raw)
  To: akuster808, openembedded-devel

On 3/29/21 7:14 AM, akuster808 wrote:
[...]
>>>> diff --git a/meta-oe/recipes-support/freerdp/freerdp_git.bb
>>>> b/meta-oe/recipes-support/freerdp/freerdp_git.bb
>>>> index 7cafbb799..82ef561fb 100644
>>>> --- a/meta-oe/recipes-support/freerdp/freerdp_git.bb
>>>> +++ b/meta-oe/recipes-support/freerdp/freerdp_git.bb
>>>> @@ -40,7 +40,7 @@ PACKAGECONFIG ??= " \
>>>>    X11_DEPS = "virtual/libx11 libxinerama libxext libxcursor libxv
>>>> libxi libxrender libxfixes libxdamage libxrandr libxkbfile"
>>>>    PACKAGECONFIG[x11] = "-DWITH_X11=ON -DWITH_XINERAMA=ON
>>>> -DWITH_XEXT=ON -DWITH_XCURSOR=ON -DWITH_XV=ON -DWITH_XI=ON
>>>> -DWITH_XRENDER=ON -DWITH_XFIXES=ON -DWITH_XDAMAGE=ON
>>>> -DWITH_XRANDR=ON -DWITH_XKBFILE=ON,-DWITH_X11=OFF,${X11_DEPS}"
>>>> -PACKAGECONFIG[wayland] =
>>>> "-DWITH_WAYLAND=ON,-DWITH_WAYLAND=OFF,wayland wayland-native"
>>>> +PACKAGECONFIG[wayland] =
>>>> "-DWITH_WAYLAND=ON,-DWITH_WAYLAND=OFF,wayland wayland-native
>>>> libxkbcommon"
>>>>    PACKAGECONFIG[directfb] =
>>>> "-DWITH_DIRECTFB=ON,-DWITH_DIRECTFB=OFF,directfb"
>>>>    PACKAGECONFIG[pam] = "-DWITH_PAM=ON,-DWITH_PAM=OFF,libpam"
>>>>    PACKAGECONFIG[pulseaudio] =
>>>> "-DWITH_PULSEAUDIO=ON,-DWITH_PULSEAUDIO=OFF,pulseaudio"
>>>>
>>>
>>> +CC Armin, would be nice to have this picked up.
>>
>> Any news on this ?
> 
> its in the queue

Thanks

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2021-03-29 14:37 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-12-04 23:47 [meta-oe][dunfell][PATCH] freerdp: Add missing libxkbcommon WL dependency Marek Vasut
2021-03-12 14:18 ` Marek Vasut
2021-03-28  0:47   ` Marek Vasut
2021-03-29  5:14     ` akuster
2021-03-29 14:37       ` Marek Vasut

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.