diff options
| author | Eric Meyers <eric.meyers15310@gmail.com> | 2025-11-10 08:29:13 -0600 |
|---|---|---|
| committer | Khem Raj <raj.khem@gmail.com> | 2025-11-10 07:50:05 -0800 |
| commit | 64440b3aaeef576d697d349e8aa85e1a31fe2d92 (patch) | |
| tree | 8c7cb2e553ffe0dd2f4dfb3c475f025a9005cdbc /meta-python/recipes-devtools/python/python3-pyaudio | |
| parent | d41b4f0447ef98047cf6bc6f671295f65931f301 (diff) | |
| download | meta-openembedded-64440b3aaeef576d697d349e8aa85e1a31fe2d92.tar.gz | |
network-manager-applet: Fixing builds when x11 is not included in DISTRO_FEATURES
Commit c466cb9 (https://github.com/openembedded/meta-openembedded/commit/c466cb9)
switched to using ANY_OF_DISTRO_FEATURES, so theoretically users can have either
x11 or wayland in their DISTRO_FEATURES. In the case that only wayland is specified,
this build error is seen:
| In file included from ../sources/network-manager-applet-1.36.0/src/applet.c:25:
| ../sources/network-manager-applet-1.36.0/src/applet.h:14:10: fatal error: gdk/gdkx.h: No such file or directory
| 14 | #include <gdk/gdkx.h>
| | ^~~~~~~~~~~~
| compilation terminated.
gdkx.h is brought in via including x11 in DISTRO_FEATURES - so this patch removes
the incompatible headers in the case of x11 not being specified in DISTRO_FEATURES.
Signed-off-by: Eric Meyers <eric.meyers@arthrex.com>
Signed-off-by: Khem Raj <raj.khem@gmail.com>
Diffstat (limited to 'meta-python/recipes-devtools/python/python3-pyaudio')
0 files changed, 0 insertions, 0 deletions
