Go to file
Khem Raj e347168b10 python3-wxgtk4: Needs x11 for sip module
sip/cpp/sip_corewxWindow.cpp requires gdk/gdkx.h which wont be built
when gtk is built without x11, therefore require x11 when building this
recipe, if gdkx.h is removed form includes then it fails

../../../../sip/cpp/sip_corewxWindow.cpp:56:16: error: unknown type name 'XID'
        static XID GetXWindow(const wxWindow* wxwin) {
               ^
../../../../sip/cpp/sip_corewxWindow.cpp:59:28: error: use of undeclared identifier 'GDK_WINDOW_XID'
                    return GDK_WINDOW_XID(gtk_widget_get_window((wxwin)->m_wxwindow));
                           ^
../../../../sip/cpp/sip_corewxWindow.cpp:64:28: error: use of undeclared identifier 'GDK_WINDOW_XID'
                    return GDK_WINDOW_XID(gtk_widget_get_window((wxwin)->m_widget));
                           ^
so it is using it and will need some work to get it going without x11
until then disable building it on non-x11 distros

Signed-off-by: Khem Raj <raj.khem@gmail.com>
Cc: Robert Yang <liezhi.yang@windriver.com>
2022-05-02 14:12:13 -07:00
contrib pw-am.sh: update to new patcwork system 2022-02-28 08:39:26 -08:00
meta-filesystems smbnetfs: upgrade 0.6.1 -> 0.6.3 2022-03-16 08:32:19 -07:00
meta-gnome evolution-data-server: Do not pass --library-path to gir compiler 2022-05-02 10:46:11 -07:00
meta-initramfs klibc: Recognise --dyld-prefix clang option 2022-04-25 10:44:14 -07:00
meta-multimedia mimic: Use special rateconv.c license 2022-04-30 09:52:15 -07:00
meta-networking ufw: Fix packaging errors found with ppc64 2022-04-30 06:33:43 -07:00
meta-oe cpulimit: introduce support for this package 2022-05-02 00:48:27 -07:00
meta-perl libtest-harness-perl: upgrade 3.42 -> 3.44 2022-04-25 11:00:43 -07:00
meta-python python3-wxgtk4: Needs x11 for sip module 2022-05-02 14:12:13 -07:00
meta-webserver netdata: Fix build errors with clang 2022-04-25 10:44:14 -07:00
meta-xfce xfce4-eyes-plugin: upgrade 4.5.1 -> 4.6.0 2022-04-11 07:46:51 -07:00
.gitignore .gitignore: add *.pyc and *.pyo 2019-06-15 16:45:33 -07:00
COPYING.MIT
README Update maintainers 2018-08-27 10:53:58 -07:00

Collection of layers for the OE-core universe

Main layer maintainer: Khem Raj <raj.khem@gmail.com>

This repository is a collection of layers to suppliment OE-Core
with additional packages, Each layer have designated maintainer
Please see the respective READMEs in the layer subdirectories