mirror of
https://github.com/cazfi/meta-games.git
synced 2026-01-29 17:08:42 +01:00
libgames-support: fix build and rework
* inherit gnomebase to fix
| ERROR: libgames-support-1.0.2-r0 do_configure: QA Issue: libgames-support: configure was passed unrecognised options: --disable-schemas-install [unknown-configure-option]
* FILES_${PN}-dbg in not required anymore
* remove GNOME_COMPRESS_TYPE="xz" - it is default these days
Signed-off-by: Andreas Müller <schnitzeltony@gmail.com>
This commit is contained in:
@@ -2,16 +2,15 @@ DESCRIPTION = "libgames-support is a small library intended for internal use by
|
||||
but it may be used by others."
|
||||
HOMEPAGE = "https://live.gnome.org/GnomeGames"
|
||||
SECTION = "x11/application"
|
||||
|
||||
LICENSE = "GPLv3"
|
||||
LIC_FILES_CHKSUM = "file://COPYING;md5=d32239bcb673463ab874e80d47fae504"
|
||||
|
||||
DEPENDS = "glib-2.0 gtk+3 libgee intltool-native"
|
||||
|
||||
GNOME_COMPRESS_TYPE="xz"
|
||||
|
||||
inherit gnome
|
||||
inherit gnomebase
|
||||
|
||||
SRC_URI[archive.md5sum] = "ffba5c102eeb9ae3d96294bccb02446e"
|
||||
SRC_URI[archive.sha256sum] = "b096e8d8ddc57ff247edc5eae842d405402b043e289f3a0949499e1df514ba66"
|
||||
|
||||
FILES_${PN} += "${libdir} ${datadir}"
|
||||
FILES_${PN}-dbg += "${libdir}/*/*/.debug"
|
||||
|
||||
Reference in New Issue
Block a user