mirror of
https://codeberg.org/flk/meta-wayland.git
synced 2025-07-13 06:24:28 +02:00
drop '_git' from recipes
This commit is contained in:
25
recipes-wlroots/wayfire/wf-config_0.9.0.bb
Normal file
25
recipes-wlroots/wayfire/wf-config_0.9.0.bb
Normal file
@ -0,0 +1,25 @@
|
||||
SUMMARY = "A library for managing configuration files, written for wayfire "
|
||||
HOMEPAGE = "https://github.com/WayfireWM/wf-config"
|
||||
BUGTRACKER = "https://github.com/WayfireWM/wf-config/issues"
|
||||
SECTION = "graphics"
|
||||
LICENSE = "MIT"
|
||||
|
||||
LIC_FILES_CHKSUM = "file://${S}/LICENSE;md5=e165ae90e5190201fda9741b611f9378"
|
||||
|
||||
DEPENDS = " \
|
||||
glm \
|
||||
libevdev \
|
||||
libxml2 \
|
||||
"
|
||||
|
||||
REQUIRED_DISTRO_FEATURES = "wayland"
|
||||
|
||||
SRC_URI = "git://github.com/WayfireWM/wf-config.git;protocol=https;branch=master"
|
||||
SRCREV = "b2e683fef467d25bd337db4d1fe946111229a375"
|
||||
|
||||
|
||||
inherit meson pkgconfig features_check
|
||||
|
||||
EXTRA_OEMESON += "--buildtype release"
|
||||
|
||||
BBCLASSEXTEND = ""
|
Reference in New Issue
Block a user