debian/changelog | 1 + debian/control | 2 ++ debian/weston.install | 1 + 3 files changed, 4 insertions(+)
New commits: commit 74cc9ca4f2be3d40a1c467cdeec6bb59edae9639 Author: Sven Joachim <[email protected]> Date: Wed Jun 26 18:40:10 2013 +0200 Add build-dependency on libglu1-mesa-dev Needed for weston-screensaver. diff --git a/debian/changelog b/debian/changelog index 5af147e..faae4b6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,7 +20,7 @@ weston (1.1.1-1) UNRELEASED; urgency=low [ Sven Joachim ] * Configure with --disable-libunwind until libunwind starts shipping pkg-config files (see #711854). - * Add build-dependency on libsystemd-login-dev. + * Add build-dependencies on libsystemd-login-dev and libglu1-mesa-dev. -- Timo Aaltonen <[email protected]> Thu, 16 Aug 2012 20:52:23 +0300 diff --git a/debian/control b/debian/control index 1eb43bd..83e020e 100644 --- a/debian/control +++ b/debian/control @@ -12,6 +12,7 @@ Build-Depends: libpng-dev, libjpeg-dev, mesa-common-dev, + libglu1-mesa-dev, libegl1-mesa-dev (>= 9.0~), libegl1-mesa-drivers (>= 9.0~), libgles2-mesa-dev (>= 9.0~), diff --git a/debian/weston.install b/debian/weston.install index 60a5c93..20e88c6 100644 --- a/debian/weston.install +++ b/debian/weston.install @@ -7,6 +7,7 @@ usr/include/weston usr/lib/*/weston-tablet-shell usr/lib/*/weston-desktop-shell usr/lib/*/weston-keyboard +usr/lib/*/weston-screensaver usr/lib/*/weston-screenshooter usr/lib/*/weston-simple-im usr/lib/*/pkgconfig/weston.pc commit c7c7b830dd0aba3940ca23ffae0ca8e583eab2d7 Author: Sven Joachim <[email protected]> Date: Wed Jun 26 18:39:42 2013 +0200 Add build-dependency on libsystemd-login-dev Wanted by weston-launch so that it is possible to start sessions without having to be in the weston-launch group. diff --git a/debian/changelog b/debian/changelog index cd595a4..5af147e 100644 --- a/debian/changelog +++ b/debian/changelog @@ -20,6 +20,7 @@ weston (1.1.1-1) UNRELEASED; urgency=low [ Sven Joachim ] * Configure with --disable-libunwind until libunwind starts shipping pkg-config files (see #711854). + * Add build-dependency on libsystemd-login-dev. -- Timo Aaltonen <[email protected]> Thu, 16 Aug 2012 20:52:23 +0300 diff --git a/debian/control b/debian/control index 8f5e7a5..1eb43bd 100644 --- a/debian/control +++ b/debian/control @@ -29,6 +29,7 @@ Build-Depends: libmtdev-dev, libpam0g-dev, libvpx-dev, + libsystemd-login-dev, Standards-Version: 3.9.4 Homepage: http://wayland.freedesktop.org/ Vcs-Git: git://git.debian.org/git/pkg-xorg/wayland/weston -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected] Archive: http://lists.debian.org/[email protected]

