/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/ |
H A D | 2001-configure-setup-for-OE-core-usage.patch | 20 Only check that sdl2 version greater than 3.0.0 70 if enabled sdl2; then 71 SDL2_CONFIG="${cross_prefix}sdl2-config" 72 - test_pkg_config sdl2 "sdl2 >= 2.0.1 sdl2 < 3.0.0" SDL_events.h SDL_PollEvent 73 + test_pkg_config sdl2 "sdl2 >= 2.0.1" SDL_events.h SDL_PollEvent 74 if disabled sdl2 && "${SDL2_CONFIG}" --version > /dev/null 2>&1; then
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/files/ |
H A D | 0006-Add-SDL2-example-support.patch | 4 Subject: [PATCH 6/6] Add SDL2 example support 6 Extend the main.c to support both legacy fbdev, DRM/KMS, SDL2 initialization. 7 The SDL2 window resolution can be configured using environment variables 20 To use SDL2 support, adjust lv_conf.h as follows: 41 +find_package(SDL2)
|
/openbmc/openbmc/poky/meta/recipes-graphics/libsdl2/ |
H A D | libsdl2_2.30.11.bb | 24 SRC_URI = "http://www.libsdl.org/release/SDL2-${PV}.tar.gz" 26 S = "${WORKDIR}/SDL2-${PV}" 32 BINCONFIG = "${bindir}/sdl2-config" 84 FILES:${PN} += "${datadir}/licenses/SDL2/LICENSE.txt"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/python3-kivy/ |
H A D | 0001-add-support-for-glesv2.patch | 37 sdl_inc = join(include, 'SDL2') 40 - sdl2_paths.extend(['/usr/local/include/SDL2', '/usr/include/SDL2'])
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/libopenmpt/ |
H A D | libopenmpt_0.7.10.bb | 39 PACKAGECONFIG[sdl2] = "--with-sdl2,--without-sdl2,libsdl2"
|
/openbmc/qemu/ui/ |
H A D | meson.build | 125 'sdl2-2d.c', 126 'sdl2-input.c', 127 'sdl2.c', 129 sdl_ss.add(when: opengl, if_true: files('sdl2-gl.c'))
|
H A D | sdl2-input.c | 29 #include "ui/sdl2.h"
|
/openbmc/qemu/tests/lcitool/ |
H A D | mappings.yml | 84 sdl2: 87 sdl2-image:
|
/openbmc/qemu/tests/lcitool/projects/ |
H A D | qemu.yml | 107 - sdl2 108 - sdl2-image
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/fluidsynth/ |
H A D | fluidsynth_2.3.4.bb | 37 PACKAGECONFIG[sdl] = "-Denable-sdl2=ON,-Denable-sdl2=OFF,libsdl2"
|
/openbmc/openbmc/meta-openembedded/meta-gnome/recipes-gimp/gegl/ |
H A D | gegl_0.4.52.bb | 31 PACKAGECONFIG ??= "gexiv2 jpeg libpng libraw librsvg pango poppler sdl2" 46 PACKAGECONFIG[sdl2] = "-Dsdl2=enabled,-Dsdl2=disabled,libsdl2"
|
/openbmc/openbmc/meta-openembedded/meta-python/recipes-devtools/python/ |
H A D | python3-kivy_2.3.1.bb | 12 # Also, if using SDL2 as backend, SDL2 needs to be configured with gles
|
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/ |
H A D | rpidistro-ffmpeg_5.1.4.bb | 81 PACKAGECONFIG[sdl2] = "--enable-sdl2,--disable-sdl2,virtual/libsdl2"
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/libsdl2-ttf/ |
H A D | automake_foreign.patch | 21 libSDL2_ttfincludedir = $(includedir)/SDL2
|
/openbmc/qemu/.gitlab-ci.d/cirrus/ |
H A D | macos-14.vars | 14 …meson mtools ncurses nettle ninja pixman pkg-config python3 rpm2cpio rust sdl2 sdl2_image snappy s…
|
H A D | freebsd-14.vars | 14 …py311-sphinx_rtd_theme py311-tomli python3 rpm2cpio rust rust-bindgen-cli sdl2 sdl2_image snappy s…
|
/openbmc/openbmc/poky/meta/recipes-multimedia/ffmpeg/ |
H A D | ffmpeg_7.1.bb | 79 PACKAGECONFIG[sdl2] = "--enable-sdl2,--disable-sdl2,virtual/libsdl2"
|
/openbmc/qemu/docs/ |
H A D | multiseat.txt | 10 list includes sdl2, gtk (both 2+3) and vnc: 57 The sdl2 ui will start up with two windows, one for each display
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/openal/ |
H A D | openal-soft_1.23.1.bb | 21 PACKAGECONFIG[sdl2] = "-DALSOFT_BACKEND_SDL2=ON,-DALSOFT_BACKEND_SDL2=OFF,libsdl2 ffmpeg"
|
/openbmc/qemu/tests/vm/generated/ |
H A D | freebsd.json | 66 "sdl2",
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/libsdl/ |
H A D | libsdl2-image_2.8.4.bb | 24 rm -f ${S}/acinclude/sdl2.m4
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-graphics/lvgl/ |
H A D | lvgl-demo-fb_9.1.0.bb | 14 file://0006-Add-SDL2-example-support.patch \
|
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/linuxconsole/linuxconsole/ |
H A D | 0001-utils-Use-name-of-the-first-prerequisite-in-rule.patch | 34 $(CC) $(CFLAGS) $(CPPFLAGS) -c $^ -o $@ `$(PKG_CONFIG) --cflags sdl2`
|
/openbmc/qemu/tests/docker/dockerfiles/ |
H A D | alpine.docker | 97 sdl2-dev \
|
H A D | fedora-win64-cross.docker | 80 mingw64-SDL2 \
|