Home
last modified time | relevance | path

Searched +full:sdl2 +full:- +full:image (Results 1 – 11 of 11) sorted by relevance

/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/
H A Dpython3-kivy_2.3.1.bb2 that make use of innovative user interfaces, such as multi-touch apps."
10 # and mali-based OS's. We need to patch the setup file to tell Kivy setup
12 # Also, if using SDL2 as backend, SDL2 needs to be configured with gles
14 file://0001-add-support-for-glesv2.patch \
15 file://0001-Remove-old-Python-2-long-from-Cython-files-fixes-bui.patch \
22 PACKAGES += "${PN}-examples"
23 FILES:${PN}-examples = "/usr/share/kivy-examples"
43 REQUIRED_DISTRO_FEATURES += "opengl gobject-introspection-data"
49 gstreamer1.0-python \
51 libsdl2-ttf \
[all …]
/openbmc/qemu/tests/lcitool/projects/
H A Dqemu.yml1 ---
3 - alsa
4 - bash
5 - bc
6 - bindgen
7 - bison
8 - brlapi
9 - bzip2
10 - bzip2-libs
11 - capstone
[all …]
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gegl/
H A Dgegl_0.4.62.bb1 SUMMARY = "GEGL (Generic Graphics Library) is a graph based image processing framework"
2 LICENSE = "GPL-3.0-only"
6 intltool-native \
8 glib-2.0 \
13 json-glib \
18 DEPENDS:append:toolchain-clang = " openmp"
19 DEPENDS:remove:toolchain-clang:riscv32 = "openmp"
20 DEPENDS:remove:toolchain-clang:powerpc = "openmp"
24 inherit features_check gnomebase gobject-introspection vala
33 PACKAGECONFIG ??= "gexiv2 libraw librsvg pango poppler sdl2"
[all …]
/openbmc/qemu/tests/vm/
H A Dopenbsd3 # OpenBSD VM image
5 # Copyright 2017-2019 Red Hat Inc.
12 # the COPYING file in the top-level directory.
40 "gettext-tools",
43 "libusb1--",
54 "sdl2",
66 set -e;
67 rm -rf /home/qemu/qemu-test.*
68 cd $(mktemp -d /home/qemu/qemu-test.XXXXXX);
70 tar -xf /dev/rsd1c;
[all …]
H A Dnetbsd3 # NetBSD VM image
5 # Copyright 2017-2019 Red Hat Inc.
12 # the COPYING file in the top-level directory.
25 link = "https://cdn.netbsd.org/pub/NetBSD/NetBSD-9.3/images/NetBSD-9.3-amd64.iso"
30 "git-base",
34 "ninja-build",
40 "gettext-tools",
54 "SDL2",
66 set -e;
67 rm -rf /home/qemu/qemu-test.*
[all …]
/openbmc/qemu/ui/
H A Dsdl2.c31 #include "ui/sdl2.h"
33 #include "system/runstate-action.h"
36 #include "qemu-main.h"
83 if (!scon->surface) { in sdl2_window_create()
86 assert(!scon->real_window); in sdl2_window_create()
93 if (scon->hidden) { in sdl2_window_create()
97 if (scon->opengl) { in sdl2_window_create()
102 scon->real_window = SDL_CreateWindow("", SDL_WINDOWPOS_UNDEFINED, in sdl2_window_create()
104 surface_width(scon->surface), in sdl2_window_create()
105 surface_height(scon->surface), in sdl2_window_create()
[all …]
H A Dtrace-events18 ppm_save(int fd, void *image) "fd=%d image=%p"
20 # gtk-egl.c
21 # gtk-gl-area.c
33 # vnc-auth-sasl.c
34 # vnc-auth-vencrypt.c
35 # vnc-ws.c
40 vnc_key_event_map(bool down, int sym, int keycode, const char *name) "down %d, sym 0x%x -> keycode …
73 …b_update, size_t offset) "VNC client throttle incremental state=%p ioc=%p job-update=%d offset=%zu"
74 …nt job_update, size_t offset) "VNC client throttle forced state=%p ioc=%p job-update=%d offset=%zu"
111 # sdl2-input.c
[all …]
/openbmc/openbmc/poky/meta/conf/distro/include/
H A Ddistro_alias.inc4 # name is the major distribution equivalent to the name used in oe-core
8 # DISTRO_PN_ALIAS:pn-<recipe name> = "Distro1=<pkgname> Distro2=<pkgname>"
12 DISTRO_PN_ALIAS:pn-alsa-state = "OE-Core"
13 DISTRO_PN_ALIAS:pn-alsa-utils-alsaconf = "OE-Core"
14 DISTRO_PN_ALIAS:pn-alsa-utils-scripts = "OE-Core"
15 DISTRO_PN_ALIAS:pn-atk = "Fedora=atk OpenSuSE=atk"
16 DISTRO_PN_ALIAS:pn-avahi-libnss-mdns = "Meego=nss-mdns OpenSuSE=nss-mdns Ubuntu=nss-mdns Mandriva=n…
17 DISTRO_PN_ALIAS:pn-avahi-ui = "Ubuntu=avahi-discover Debian=avahi-discover"
18 DISTRO_PN_ALIAS:pn-babeltrace = "OSPDT"
19 DISTRO_PN_ALIAS:pn-babeltrace2 = "OSPDT"
[all …]
/openbmc/qemu/qapi/
H A Dui.json1 # -*- Mode: Python -*-
47 # - 'vnc' to modify the VNC server password
48 # - 'spice' to modify the Spice server password
84 # - If Spice is not enabled, DeviceNotFound
88 # .. qmp-example::
90 # -> { "execute": "set_password", "arguments": { "protocol": "vnc",
92 # <- { "return": {} }
102 # - 'vnc' to modify the VNC server expiration
103 # - 'spice' to modify the Spice server expiration
107 # - 'now' to expire the password immediately
[all …]
/openbmc/qemu/
H A Dconfigure14 source_path=$(cd "$(dirname -- "$0")"; pwd)
16 if test "$PWD" -ef "$source_path"
20 MARKER=build/auto-created-by-configure
22 if test -e build
24 if test -f $MARKER
26 rm -rf build
36 echo "your source directory, or try doing an out-of-tree build."
41 # This file is auto-generated by configure to support in-source tree
46 @$(MAKE) -C build -f Makefile $(MAKECMDGOALS)
48 test -e build/auto-created-by-configure ; \
[all …]
H A Dmeson.build15 meson.add_postconf_script(find_program('scripts/symlink-install-tree.py'))
28 config_host = keyval.load(meson.current_build_dir() / 'config-host.mak')
35 tmpdir = meson.current_build_dir() / 'meson-private/temp'
66 have_linux_user = have_linux_user or target.endswith('linux-user')
67 have_bsd_user = have_bsd_user or target.endswith('bsd-user')
68 have_system = have_system or target.endswith('-softmmu')
113 …dgen.version() + ' is unsupported. You can install a new version with "cargo install bindgen-cli"')
120 message('To use Rust you can install a new version with "cargo install bindgen-cli"')
128 '--rustc-version', rustc.version(),
129 '--workspace', meson.project_source_root() / 'rust']
[all …]