forked from openembedded/meta-openembedded
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Andreas Müller <[email protected]> Signed-off-by: Khem Raj <[email protected]>
- Loading branch information
1 parent
384a19d
commit 6f68e6a
Showing
1 changed file
with
20 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
SUMMARY = "C++ bindings for the atk" | ||
SECTION = "libs" | ||
|
||
LICENSE = "LGPLv2.1 & GPLv2" | ||
LIC_FILES_CHKSUM = "file://COPYING;md5=2d5025d4aa3495befef8f17206a5b0a1 \ | ||
file://COPYING.tools;md5=751419260aa954499f7abaabaa882bbe" | ||
|
||
BPN = "atkmm" | ||
|
||
DEPENDS = "atk glibmm3" | ||
|
||
GNOMEBASEBUILDCLASS = "meson" | ||
|
||
inherit features_check gnomebase | ||
|
||
REQUIRED_DISTRO_FEATURES = "x11" | ||
|
||
SRC_URI[archive.sha256sum] = "c93fa9f3876536391b54c307a923b7788e79796ace69a5e9141d67398c019973" | ||
|
||
FILES_${PN}-dev += "${libdir}/*/include ${libdir}/*/proc/m4" |