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 D | python3-kivy_2.3.1.bb | 2 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 D | qemu.yml | 1 --- 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 D | gegl_0.4.62.bb | 1 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 D | openbsd | 3 # 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 D | netbsd | 3 # 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 D | sdl2.c | 31 #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 D | trace-events | 18 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 D | distro_alias.inc | 4 # 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 D | ui.json | 1 # -*- 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 D | configure | 14 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 D | meson.build | 15 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 …]
|