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
Olivier Fourdan
xorgproto
Commits
bd1c33db
Commit
bd1c33db
authored
Feb 05, 2018
by
Adam Jackson
🎧
Browse files
xorgproto 2018.1
Signed-off-by:
Adam Jackson
<
ajax@redhat.com
>
parent
944edc79
Changes
2
Hide whitespace changes
Inline
Side-by-side
configure.ac
View file @
bd1c33db
...
@@ -22,7 +22,7 @@ dnl
...
@@ -22,7 +22,7 @@ dnl
dnl Process this file with autoconf to create configure.
dnl Process this file with autoconf to create configure.
AC_PREREQ([2.60])
AC_PREREQ([2.60])
AC_INIT([xorgproto], [2018.
0
],
AC_INIT([xorgproto], [2018.
1
],
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
[https://bugs.freedesktop.org/enter_bug.cgi?product=xorg])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
AM_INIT_AUTOMAKE([foreign dist-bzip2])
...
...
meson.build
View file @
bd1c33db
...
@@ -18,7 +18,7 @@
...
@@ -18,7 +18,7 @@
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
# SOFTWARE.
# SOFTWARE.
project('xorgproto', 'c', license : 'MIT', version : '2018.
0
')
project('xorgproto', 'c', license : 'MIT', version : '2018.
1
')
pkg = import('pkgconfig')
pkg = import('pkgconfig')
cc = meson.get_compiler('c')
cc = meson.get_compiler('c')
sed = find_program('sed')
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