blob: 88b4b5c86cf08cd2007cb93a63f1f8c0bbab72a4 [file] [log] [blame]
Andrew Geissler595f6302022-01-24 19:11:47 +00001SUMMARY = "Display dialog boxes from the command line and shell scripts"
2SECTION = "x11/gnome"
3LICENSE = "LGPL-2.1-or-later"
4LIC_FILES_CHKSUM = "file://COPYING;md5=4fbd65380cdd255951079008b364516c"
5
Patrick Williams8e7b46e2023-05-01 14:19:06 -05006inherit gnomebase pkgconfig itstool gtk-icon-cache features_check gettext
Andrew Geissler595f6302022-01-24 19:11:47 +00007
8DEPENDS = " \
Patrick Williams8e7b46e2023-05-01 14:19:06 -05009 desktop-file-utils-native \
Patrick Williams169d7bc2024-01-05 11:33:25 -060010 help2man-native \
Patrick Williams8e7b46e2023-05-01 14:19:06 -050011 hicolor-icon-theme \
Patrick Williams169d7bc2024-01-05 11:33:25 -060012 gtk4 \
13 gtk4-native \
14 libadwaita \
Andrew Geissler595f6302022-01-24 19:11:47 +000015"
16
Andrew Geissler78b72792022-06-14 06:47:25 -050017ANY_OF_DISTRO_FEATURES = "${GTK3DISTROFEATURES}"
Patrick Williams03514f12024-04-05 07:04:11 -050018REQUIRED_DISTRO_FEATURES = "opengl"
Patrick Williams169d7bc2024-01-05 11:33:25 -060019GTKIC_VERSION = "4"
Andrew Geissler595f6302022-01-24 19:11:47 +000020
Patrick Williams705982a2024-01-12 09:51:57 -060021SRC_URI[archive.sha256sum] = "0c2f537813b10f728470d9d05d6c95713db2512f9c95096e1e85b1a6739605e6"
Andrew Geissler595f6302022-01-24 19:11:47 +000022
Patrick Williams8e7b46e2023-05-01 14:19:06 -050023PACKAGECONFIG ?= "webkitgtk"
Patrick Williams169d7bc2024-01-05 11:33:25 -060024PACKAGECONFIG[webkitgtk] = "-Dwebkitgtk=true,-Dwebkitgtk=false,webkitgtk"
Andrew Geissler595f6302022-01-24 19:11:47 +000025
Patrick Williams8e7b46e2023-05-01 14:19:06 -050026FILES:${PN}-doc = "${datadir}/man ${datadir}/help"