summaryrefslogtreecommitdiff
path: root/configure.ac
Commit message (Collapse)AuthorAgeFilesLines
* pushed sonameHEADmasterSergey V. Udaltsov2013-06-251-1/+1
| | | | | | -xkl_engine_VOID__FLAGS_INT_BOOLEAN +xkl_engine_VOID__ENUM_INT_BOOLEAN so public API changed
* Preparing 5.4libxklavier-5.4Sergey V. Udaltsov2013-04-241-1/+1
|
* XklConfigItem: Add accessors for name, short_description, descriptionColin Walters2013-04-231-1/+1
| | | | | | | | | The interpretation of fixed-size arrays of gchar changed in pygobject; these accessors should provide a predictable way to get these values as strings. See: https://bugzilla.gnome.org/show_bug.cgi?id=698416 See: https://bugzilla.redhat.com/show_bug.cgi?id=920595
* Add Vala bindingsEvan Nemerson2013-02-141-0/+3
| | | | https://bugs.freedesktop.org/show_bug.cgi?id=57629
* Preparing 5.3Sergey V. Udaltsov2012-09-201-1/+1
|
* Added new API function for the XklConfigRec - set_modelSergey V. Udaltsov2012-08-201-1/+1
| | | | | Useful for bindings. https://bugs.freedesktop.org/show_bug.cgi?id=53547
* Release 5.2.1v.5.2.1Sergey V. Udaltsov2012-02-151-1/+1
|
* Preparing 5.2v.5.2Sergey V. Udaltsov2012-01-141-1/+1
|
* Fixed the soname after adding introspectionSergey V. Udaltsov2012-01-101-1/+1
| | | | The introspection broke the VERSION_INFO
* Add XklConfigItem settersMartin Pitt2012-01-101-1/+1
| | | | | | Add xkl_config_item_set_{name,short_description,description}() setters, to allow setting those fields through GI bindings. E. g. Python has a hard time assigning to a fixed-length static gchar array.
* Build introspection typelibMartin Pitt2012-01-101-1/+4
| | | | | | | As per https://live.gnome.org/GObjectIntrospection/AutotoolsIntegration This requires a slight reorderingof $(xklavier_headers) so that g-ir-scanner does not run into unresolved symbols.
* configure.ac: Support silent build rulesJavier Jardón2011-03-281-0/+5
|
* build: Update autotools configurationJavier Jardón2011-03-281-15/+26
| | | | | Replace deprecated autoconf macros and use new libtool syntax Also, check for gettext support as It's needed by the AM_ICONV macro
* Use configure.ac instead configure.inJavier Jardón2011-03-281-0/+207