diff options
author | Jonas Ådahl <jadahl@gmail.com> | 2015-10-29 18:10:07 +0800 |
---|---|---|
committer | Jonas Ådahl <jadahl@gmail.com> | 2015-10-30 15:20:47 +0800 |
commit | 6c3112e5dc47f8741c42baa821b191e42dbbc70c (patch) | |
tree | b50fe27a4ddf5fc4e54ae6506e4ec66d56fbbbdf /Makefile.am | |
parent | ab64cfa492ba6b78baf2738fa0365123fd8326cf (diff) |
Migrate xdg_shell protocol
This migration did not involve any renaming, xdg_shell already has its
own form of unstable protocol semantics. The next xdg_shell protocol
change will change to the new naming semantics, and not earlier in
order to minimize breakage.
Signed-off-by: Jonas Ådahl <jadahl@gmail.com>
Diffstat (limited to 'Makefile.am')
-rw-r--r-- | Makefile.am | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Makefile.am b/Makefile.am index f391d75..df01467 100644 --- a/Makefile.am +++ b/Makefile.am @@ -5,6 +5,7 @@ nobase_dist_pkgdata_DATA = \ unstable/presentation-timing/presentation-timing-unstable-v1.xml \ unstable/text-input/text-input-unstable-v1.xml \ unstable/input-method/input-method-unstable-v1.xml \ + unstable/xdg-shell/xdg-shell-unstable-v5.xml \ $(NULL) pkgconfigdir = $(libdir)/pkgconfig |