diff options
author | Matt Turner <mattst88@gentoo.org> | 2021-05-27 18:57:38 -0700 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2021-06-03 18:14:14 -0700 |
commit | 5fe953ceec0e118e24942c18026e0ba9e681d04c (patch) | |
tree | 617b9b32f09e99d8bb520efffd3ddeb100076e55 /x11-libs | |
parent | x11-libs/libdrm: Switch to meson-multilib (diff) | |
download | gentoo-5fe953ceec0e118e24942c18026e0ba9e681d04c.tar.gz gentoo-5fe953ceec0e118e24942c18026e0ba9e681d04c.tar.bz2 gentoo-5fe953ceec0e118e24942c18026e0ba9e681d04c.zip |
x11-libs/libnotify: Switch to meson-multilib
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'x11-libs')
-rw-r--r-- | x11-libs/libnotify/libnotify-0.7.8.ebuild | 8 | ||||
-rw-r--r-- | x11-libs/libnotify/libnotify-0.7.9.ebuild | 8 |
2 files changed, 8 insertions, 8 deletions
diff --git a/x11-libs/libnotify/libnotify-0.7.8.ebuild b/x11-libs/libnotify/libnotify-0.7.8.ebuild index a8d1d6225459..aac07f1f95dd 100644 --- a/x11-libs/libnotify/libnotify-0.7.8.ebuild +++ b/x11-libs/libnotify/libnotify-0.7.8.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit gnome.org meson multilib-minimal xdg-utils +inherit gnome.org meson-multilib xdg-utils DESCRIPTION="A library for sending desktop notifications" HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify" @@ -38,9 +38,9 @@ src_prepare() { multilib_src_configure() { local emesonargs=( - -Dtests="$(usex test true false)" - -Dintrospection="$(multilib_native_usex introspection enabled disabled)" - -Dgtk_doc=$(multilib_native_usex gtk-doc true false) + $(meson_use test tests) + $(meson_native_use_feature introspection) + $(meson_native_use_bool gtk-doc gtk_doc) -Ddocbook_docs=disabled ) meson_src_configure diff --git a/x11-libs/libnotify/libnotify-0.7.9.ebuild b/x11-libs/libnotify/libnotify-0.7.9.ebuild index febe3785ff60..c06d463dd0d1 100644 --- a/x11-libs/libnotify/libnotify-0.7.9.ebuild +++ b/x11-libs/libnotify/libnotify-0.7.9.ebuild @@ -3,7 +3,7 @@ EAPI=7 -inherit gnome.org meson multilib-minimal xdg-utils +inherit gnome.org meson-multilib xdg-utils DESCRIPTION="A library for sending desktop notifications" HOMEPAGE="https://gitlab.gnome.org/GNOME/libnotify" @@ -40,9 +40,9 @@ src_prepare() { multilib_src_configure() { local emesonargs=( - -Dtests="$(usex test true false)" - -Dintrospection="$(multilib_native_usex introspection enabled disabled)" - -Dgtk_doc=$(multilib_native_usex gtk-doc true false) + $(meson_use test tests) + $(meson_native_use_feature introspection) + $(meson_native_use_bool gtk-doc gtk_doc) -Ddocbook_docs=disabled ) meson_src_configure |