From 5444f6a8caff54ee22cc42fc887e9452281166d7 Mon Sep 17 00:00:00 2001 From: Jan Engelhardt Date: Tue, 9 Sep 2014 19:08:46 +0200 Subject: 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 Signed-off-by: Ran Benita --- xkbcommon-x11.map | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 xkbcommon-x11.map (limited to 'xkbcommon-x11.map') 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: + *; +}; -- cgit v1.2.1