Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
GNOME
vte
Commits
187cdd30
Commit
187cdd30
authored
Nov 16, 2010
by
Christian Persch
Browse files
Create and install a gsettings .enums.xml file for vte's enum types
parent
e21f7da2
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.in
View file @
187cdd30
...
...
@@ -322,7 +322,7 @@ case $host in
;;
esac
GLIB_REQUIRED=2.2
2
.0
GLIB_REQUIRED=2.2
6
.0
PANGO_REQUIRED=1.22.0
AC_DEFINE(GDK_MULTIHEAD_SAFE,1,[Force use of GDK's multihead-safe APIs.])
PKG_CHECK_MODULES(GLIB,[glib-2.0 > $GLIB_REQUIRED gobject-2.0])
...
...
@@ -564,6 +564,12 @@ fi
GOBJECT_INTROSPECTION_CHECK([0.6.7])
# *********
# GSettings
# *********
GLIB_GSETTINGS
################################################################################
GTK_DOC_CHECK([1.13],[--flavour no-tmpl])
...
...
src/Makefile.am
View file @
187cdd30
...
...
@@ -327,5 +327,14 @@ mev_SOURCES = mev.c
ssfe_SOURCES
=
ssfe.c
xticker_SOURCES
=
xticker.c
# GSettings
gsettings_ENUM_NAMESPACE
=
vte0
gsettings_ENUM_FILES
=
vte.h
@GSETTINGS_RULES@
#
-include
$(top_srcdir)/git.mk
-include
$(INTROSPECTION_MAKEFILE)
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment