diff options
author | uis <uis9936@gmail.com> | 2023-02-13 08:59:48 -0500 |
---|---|---|
committer | Matt Turner <mattst88@gentoo.org> | 2023-02-13 09:01:20 -0500 |
commit | 6022aa7ab8b1d4f20ecd67941f848e2505a0cf26 (patch) | |
tree | 8da679126310890199796ac335569dd072049a3c /eclass | |
parent | dev-python/jupyterlab: restrict deps on jupyter*_ydoc (diff) | |
download | gentoo-6022aa7ab8b1d4f20ecd67941f848e2505a0cf26.tar.gz gentoo-6022aa7ab8b1d4f20ecd67941f848e2505a0cf26.tar.bz2 gentoo-6022aa7ab8b1d4f20ecd67941f848e2505a0cf26.zip |
gnome2-utils.eclass: Document GLIB_COMPILE_RESOURCES
Also removed @INTERNAL for GLIB_COMPILE_SCHEMAS because it is already
used outside of gnome2-utils.
Bug: https://bugs.gentoo.org/779871
Signed-off-by: Matt Turner <mattst88@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnome2-utils.eclass | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/eclass/gnome2-utils.eclass b/eclass/gnome2-utils.eclass index 6c8d222a712e..4bbbdc82dae7 100644 --- a/eclass/gnome2-utils.eclass +++ b/eclass/gnome2-utils.eclass @@ -43,8 +43,12 @@ esac # Path to scrollkeeper-update : ${SCROLLKEEPER_UPDATE_BIN:="/usr/bin/scrollkeeper-update"} +# @ECLASS_VARIABLE: GLIB_COMPILE_RESOURCES +# @DESCRIPTION: +# Path to glib-compile-resources +: ${GLIB_COMPILE_RESOURCES:="/usr/bin/glib-compile-resources"} + # @ECLASS_VARIABLE: GLIB_COMPILE_SCHEMAS -# @INTERNAL # @DESCRIPTION: # Path to glib-compile-schemas : ${GLIB_COMPILE_SCHEMAS:="/usr/bin/glib-compile-schemas"} |