On Wed, 6 Jun 2018 15:33:13 +0100 Emil Velikov <[email protected]> wrote:
> Hi Dan, > > On 5 June 2018 at 23:06, Daniel Stone <[email protected]> wrote: > > > + - apt-get -y --no-install-recommends install build-essential automake > > autoconf libtool pkg-config libexpat1-dev libffi-dev libxml2-dev > > libpixman-1-dev libpng-dev libjpeg-dev libcolord-dev mesa-common-dev > > libglu1-mesa-dev libegl1-mesa-dev libgles2-mesa-dev libwayland-dev > > libxcb1-dev libxcb-composite0-dev libxcb-xfixes0-dev libxcb-xkb-dev > > libx11-xcb-dev libx11-dev libudev-dev libgbm-dev libxkbcommon-dev > > libcairo2-dev libpango1.0-dev libgdk-pixbuf2.0-dev libxcursor-dev > > libmtdev-dev libpam0g-dev libvpx-dev libsystemd-dev libinput-dev > > libwebp-dev libjpeg-dev libva-dev liblcms2-dev git > > I think this can be simplify the explicit list to: > apt-get -y --no-install-recommends build-dep wayland Hi Emil, you mean weston, not wayland? Weston's dependencies change more often than wayland's, and now that there is a list (any list) that works, I'm fine with it. > > + - mkdir -p /tmp/.X11-unix > > + - chmod 777 /tmp/.X11-unix > > + > > +build-native: > > + stage: build > > + script: > > + - git clone --depth=1 > > git://anongit.freedesktop.org/git/wayland/wayland-protocols > > + - export WAYLAND_PROTOCOLS_DIR="$(pwd)/prefix-wayland-protocols" > > + - export > > PKG_CONFIG_PATH="$WAYLAND_PROTOCOLS_DIR/share/pkgconfig:$PKG_CONFIG_PATH" > > + - cd wayland-protocols > > + - git show -s HEAD > Is this needed? I have forgot if we decided that it's ok for unreleased commits in weston to depend on unreleased wayland-protocols. If yes, it makes sense to me to always use the latest git wayland-protocols. For the other comments, I agree with Daniel's recent reply. Thanks, pq
pgp1Ityi2GaN_.pgp
Description: OpenPGP digital signature
_______________________________________________ wayland-devel mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/wayland-devel
