Commit graph

1826 commits

Author SHA1 Message Date
Keith Packard
2cb19cf292 Move common renderproto files out of the way 2017-12-13 15:12:26 -08:00
Keith Packard
d049f0c003 Merge renderproto 2017-12-13 15:12:26 -08:00
Keith Packard
3662c88bca Move common recordproto files out of the way 2017-12-13 15:12:26 -08:00
Keith Packard
fe2a091949 Merge recordproto 2017-12-13 15:12:26 -08:00
Keith Packard
9d1bbcfed3 Move common randrproto files out of the way 2017-12-13 15:12:26 -08:00
Keith Packard
55fa2fbede Merge randrproto 2017-12-13 15:12:26 -08:00
Keith Packard
7c14e8e1db Move common printproto files out of the way 2017-12-13 15:12:26 -08:00
Keith Packard
dc2028a003 Merge printproto 2017-12-13 15:12:26 -08:00
Keith Packard
3a1f16134b Move common presentproto files out of the way 2017-12-13 15:12:26 -08:00
Keith Packard
9dc8a93b48 Merge presentproto 2017-12-13 15:12:26 -08:00
Keith Packard
6039a6e094 Move common pmproto files out of the way 2017-12-13 15:12:26 -08:00
Keith Packard
ff67887733 Merge pmproto 2017-12-13 15:12:26 -08:00
Keith Packard
9e8bdf489b Move common panoramixproto files out of the way 2017-12-13 15:12:26 -08:00
Keith Packard
c6276c530b Merge panoramixproto 2017-12-13 15:12:26 -08:00
Keith Packard
b6b229f234 Move common lg3dproto files out of the way 2017-12-13 15:12:26 -08:00
Keith Packard
2af92b5ca0 Merge lg3dproto 2017-12-13 15:12:26 -08:00
Keith Packard
4602922373 Move common kbproto files out of the way 2017-12-13 15:12:26 -08:00
Keith Packard
ec2a6f2047 Merge kbproto 2017-12-13 15:12:26 -08:00
Keith Packard
8a0e2f194e Move common inputproto files out of the way 2017-12-13 15:12:26 -08:00
Keith Packard
9d789aad0c Merge inputproto 2017-12-13 15:12:25 -08:00
Keith Packard
6e559c5a30 Move common glproto files out of the way 2017-12-13 15:12:25 -08:00
Keith Packard
70fc07933f Merge glproto 2017-12-13 15:12:25 -08:00
Keith Packard
28e2a8ca62 Move common fontsproto files out of the way 2017-12-13 15:12:25 -08:00
Keith Packard
47f7a02d68 Merge fontsproto 2017-12-13 15:12:25 -08:00
Keith Packard
6717e6c1f6 Move common fontcacheproto files out of the way 2017-12-13 15:12:25 -08:00
Keith Packard
52b1327b7a Merge fontcacheproto 2017-12-13 15:12:25 -08:00
Keith Packard
372dbeed70 Move common fixesproto files out of the way 2017-12-13 15:12:25 -08:00
Keith Packard
b73e418969 Merge fixesproto 2017-12-13 15:12:25 -08:00
Keith Packard
a9e6d97b07 Move common evieproto files out of the way 2017-12-13 15:12:25 -08:00
Keith Packard
8780f0d2a0 Merge evieproto 2017-12-13 15:12:25 -08:00
Keith Packard
679b2a1432 Move common dri3proto files out of the way 2017-12-13 15:12:25 -08:00
Keith Packard
d27cc19b84 Merge dri3proto 2017-12-13 15:12:25 -08:00
Keith Packard
59dd664847 Move common dri2proto files out of the way 2017-12-13 15:12:25 -08:00
Keith Packard
0248dbe624 Merge dri2proto 2017-12-13 15:12:25 -08:00
Keith Packard
fb41583077 Move common dmxproto files out of the way 2017-12-13 15:12:25 -08:00
Keith Packard
e80b5bca3f Merge dmxproto 2017-12-13 15:12:25 -08:00
Keith Packard
b34a9107d3 Move common damageproto files out of the way 2017-12-13 15:12:25 -08:00
Keith Packard
e1b2b6f777 Merge damageproto 2017-12-13 15:12:25 -08:00
Keith Packard
9468a7cc29 Move common compositeproto files out of the way 2017-12-13 15:12:25 -08:00
Keith Packard
7a4795ee9c Merge compositeproto 2017-12-13 15:12:25 -08:00
Keith Packard
2ed7862074 Move common calibrateproto files out of the way 2017-12-13 15:12:25 -08:00
Keith Packard
878517ddf7 Merge calibrateproto 2017-12-13 15:12:25 -08:00
Keith Packard
5ab5f011ad Move common bigreqsproto files out of the way 2017-12-13 15:12:25 -08:00
Keith Packard
fbabd35278 Merge bigreqsproto 2017-12-13 15:12:25 -08:00
Keith Packard
1a6cc3d29d Move common applewmproto files out of the way 2017-12-13 15:12:25 -08:00
Keith Packard
f46b750eb6 Merge applewmproto 2017-12-13 15:12:25 -08:00
Keith Packard
a47194ddb3 Move common x11proto files out of the way 2017-12-13 15:12:15 -08:00
Adam Jackson
3f6d569b58 autotools: Add meson.build to the dist files
Makes it so the 'make distcheck' tarball can build with meson too.

Signed-off-by: Adam Jackson <ajax@redhat.com>
2017-11-06 14:34:16 -05:00
Dylan Baker
c530c7b1d2 meson: Add meson build support
This does everything the autotools build does except muck with your git
config. It does so much faster, and has an "ext_glproto" dependency that
is meant to be used with meson's wrap capability.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
2017-11-06 14:30:31 -05:00
Dylan Baker
09961387c2 Move headers into structured include directory
So that meson can use that as an include path for dependencies.

Reviewed-by: Adam Jackson <ajax@redhat.com>
Signed-off-by: Dylan Baker <dylanx.c.baker@intel.com>
2017-11-06 14:30:28 -05:00