summaryrefslogtreecommitdiff
path: root/xkbcommon-x11.map
diff options
context:
space:
mode:
authorJan Engelhardt <jengelh@inai.de>2014-09-09 19:08:46 +0200
committerRan Benita <ran234@gmail.com>2014-09-10 18:52:13 +0300
commit5444f6a8caff54ee22cc42fc887e9452281166d7 (patch)
tree423a77d96dac24d0cfae8a1e3854c12ea779eb2f /xkbcommon-x11.map
parenta931740cc70eff217ddf20492c6f500ac9f991e4 (diff)
downloadxorg-lib-libxkbcommon-5444f6a8caff54ee22cc42fc887e9452281166d7.tar.gz
build: use symbol versioning
Symbol versions provide a means by which ELF utilities can determine whether a program is incompatible with a too-old library version so that package management tools can autodetect version-based dependencies and suggest upgrade paths. [ran: swap xkbcommon.map and xkbcommon-x11.map] Signed-off-by: Jan Engelhardt <jengelh@inai.de> Signed-off-by: Ran Benita <ran234@gmail.com>
Diffstat (limited to 'xkbcommon-x11.map')
-rw-r--r--xkbcommon-x11.map9
1 files changed, 9 insertions, 0 deletions
diff --git a/xkbcommon-x11.map b/xkbcommon-x11.map
new file mode 100644
index 0000000..c1a3240
--- /dev/null
+++ b/xkbcommon-x11.map
@@ -0,0 +1,9 @@
+V_0.4.3 {
+global:
+ xkb_x11_setup_xkb_extension;
+ xkb_x11_get_core_keyboard_device_id;
+ xkb_x11_keymap_new_from_device;
+ xkb_x11_state_new_from_device;
+local:
+ *;
+};