mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 14:34:34 +02:00
drop '_git' from recipes
This commit is contained in:
69
recipes-wlroots/gamescope/gamescope_3.16.14.bb
Normal file
69
recipes-wlroots/gamescope/gamescope_3.16.14.bb
Normal file
@ -0,0 +1,69 @@
|
||||
SUMMARY = "gamescope: the micro-compositor formerly known as steamcompmgr"
|
||||
HOMEPAGE = "https://github.com/ValveSoftware/gamescope"
|
||||
LICENSE = "BSD-2-Clause"
|
||||
LIC_FILES_CHKSUM = "file://LICENSE;md5=a0fe8e93fee55f3a3a8cc0681c48448a"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "x11 wayland"
|
||||
|
||||
DEPENDS += " \
|
||||
aom \
|
||||
glm \
|
||||
glslang-native \
|
||||
hwdata \
|
||||
libei \
|
||||
libdecor \
|
||||
libdisplay-info \
|
||||
libdrm \
|
||||
libinput \
|
||||
libx11\
|
||||
libxcomposite \
|
||||
libxcursor \
|
||||
libxkbcommon \
|
||||
libxres \
|
||||
libxmu \
|
||||
libxrender \
|
||||
libxtst \
|
||||
libxxf86vm \
|
||||
libxfixes \
|
||||
libxext \
|
||||
libxdamage \
|
||||
luajit \
|
||||
seatd \
|
||||
stb \
|
||||
vulkan-loader \
|
||||
vulkan-headers \
|
||||
wayland \
|
||||
wayland-native \
|
||||
wayland-protocols \
|
||||
xcb-util-wm \
|
||||
xwayland \
|
||||
"
|
||||
|
||||
RDEPENDS:${PN} = "xwayland hwdata"
|
||||
|
||||
CXXFLAGS:append = " -I${STAGING_INCDIR}/stb"
|
||||
|
||||
PACKAGECONFIG ?= "${@bb.utils.filter('DISTRO_FEATURES', 'pipewire', d)} rt_cap avif_screenshots openvr input_emulation drm_backend"
|
||||
PACKAGECONFIG[benchmark] = "-Dbenchmark=enabled,-Dbenchmark=disabled"
|
||||
PACKAGECONFIG[input_emulation] = "-Dinput_emulation=enabled,-Dinput_emulation=disabled,libei"
|
||||
PACKAGECONFIG[openvr] = "-Denable_openvr_support=true,-Denable_openvr_support=false"
|
||||
PACKAGECONFIG[pipewire] = "-Dpipewire=enabled,-Dpipewire=disabled,pipewire"
|
||||
PACKAGECONFIG[avif_screenshots] = "-Davif_screenshots=enabled,-Davif_screenshots=disabled,libavif"
|
||||
PACKAGECONFIG[rt_cap] = "-Drt_cap=enabled,-Drt_cap=disabled,libcap"
|
||||
PACKAGECONFIG[sdl2_backend] = "-Dsdl2_backend=enabled,-Dsdl2_backend=disabled,virtual/libsdl2"
|
||||
PACKAGECONFIG[drm_backend] = "-Ddrm_backend=enabled,-Ddrm_backend=disabled"
|
||||
|
||||
SRC_URI = " \
|
||||
gitsm://github.com/ValveSoftware/gamescope.git;branch=master;lfs=0;protocol=https \
|
||||
file://0001-meson.build-dont-use-wrap-based-subprojects.patch \
|
||||
file://0001-meson.build-dont-leak-buildpath.patch \
|
||||
"
|
||||
SRCREV = "eb620ab0f2ce4c39a1321e8f594c157c2c810c3e"
|
||||
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
FILES:${PN} += "${datadir} ${libdir}"
|
||||
FILES:${PN}-dev = "${includedir} ${libdir}/pkgconfig"
|
Reference in New Issue
Block a user