[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [PATCH] gnu: Add mesa-demos.
From: |
Taylan Ulrich Bayırlı/Kammer |
Subject: |
Re: [PATCH] gnu: Add mesa-demos. |
Date: |
Sat, 14 Mar 2015 16:04:25 +0100 |
User-agent: |
Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux) |
address@hidden (Taylan Ulrich "Bayırlı/Kammer") writes:
>>> + ("libxshmfence" ,libxshmfence)
>>
>> Please add a margin comment explaining the reason.
>
> It's in the "Requires.private" field of the gl.pc pkg-config file. The
> same seems to be the case for other packages in the propagated-inputs
> list. Should it be explained for all of them?..
I just noticed that there's more packages in that .pc section which are
in the inputs but not propagated inputs. Should I propagate them all?
Here is the whole .pc field, pretty-printed:
Requires.private:
libdrm >= 2.4.38
x11
xext
xdamage
xfixes
x11-xcb
xcb
xcb-glx >= 1.8.1
xcb-dri2 >= 1.8
xcb-dri3
xcb-present
xcb-sync
xshmfence >= 1.1
xxf86vm
And here are the propagated and normal inputs prior to my patch:
(propagated-inputs
`(("glproto" ,glproto)
("libdrm" ,libdrm)
("libx11" ,libx11)
("libxdamage" ,libxdamage)
("libxxf86vm" ,libxxf86vm)))
(inputs
`(("udev" ,eudev)
("dri2proto" ,dri2proto)
("dri3proto" ,dri3proto)
("libxshmfence" ,libxshmfence)
("presentproto" ,presentproto)
("expat" ,expat)
("libxfixes" ,libxfixes)
("libxml2" ,libxml2)
;; TODO: Add 'libva'
;; TODO: Add 'libxml2-python' for OpenGL ES 1.1 and 2.0 support
("makedepend" ,makedepend)
("s2tc" ,s2tc)))
So I think libxshmfence and libxfixes should be propagated, right?
Taylan
- [PATCH] gnu: Add mesa-demos., Taylan Ulrich Bayırlı/Kammer, 2015/03/13
- Re: [PATCH] gnu: Add mesa-demos., Ludovic Courtès, 2015/03/14
- Re: [PATCH] gnu: Add mesa-demos., Taylan Ulrich Bayırlı/Kammer, 2015/03/14
- Re: [PATCH] gnu: Add mesa-demos., Ludovic Courtès, 2015/03/15
- Re: [PATCH] gnu: Add mesa-demos., Taylan Ulrich Bayırlı/Kammer, 2015/03/17
- Re: [PATCH] gnu: Add mesa-demos., Taylan Ulrich Bayırlı/Kammer, 2015/03/17
- Re: [PATCH] gnu: Add mesa-demos., Ludovic Courtès, 2015/03/18