Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
xorg
proto
xorgproto
Commits
f61f9a3e
Commit
f61f9a3e
authored
Oct 17, 2019
by
Adam Jackson
🎧
Browse files
xorgproto 2019.2
Closes:
#21
Signed-off-by:
Adam Jackson
<
ajax@redhat.com
>
parent
1547c1cc
Changes
2
Show whitespace changes
Inline
Side-by-side
configure.ac
View file @
f61f9a3e
...
...
@@ -22,7 +22,7 @@ dnl
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.60])
AC_INIT([xorgproto], [2019.
1
],
AC_INIT([xorgproto], [2019.
2
],
[https://gitlab.freedesktop.org/xorg/proto/xorgproto/issues])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
...
...
meson.build
View file @
f61f9a3e
...
...
@@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
project('xorgproto', 'c', license : 'MIT', version : '2019.
1
')
project('xorgproto', 'c', license : 'MIT', version : '2019.
2
')
pkg = import('pkgconfig')
cc = meson.get_compiler('c')
sed = find_program('sed')
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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