diff options
author | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2018-01-30 23:23:09 +0100 |
---|---|---|
committer | Thomas Petazzoni <thomas.petazzoni@free-electrons.com> | 2018-01-30 23:23:09 +0100 |
commit | 5953cf07fed5fca71098bafcf094e543e4b73ae0 (patch) | |
tree | aeb12a23eb41c7ff9ce62b487d74a3498f74d344 | |
parent | 125c3ef7fbc11ffbc20c794b118ad76655a5b77d (diff) | |
download | buildroot-5953cf07fed5fca71098bafcf094e543e4b73ae0.tar.gz buildroot-5953cf07fed5fca71098bafcf094e543e4b73ae0.zip |
libva: remove consecutive empty lines
Fixes:
https://gitlab.com/buildroot.org/buildroot/-/jobs/50140040
Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
-rw-r--r-- | package/libva/libva.mk | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/package/libva/libva.mk b/package/libva/libva.mk index 5f9de903f4..8d1e27f270 100644 --- a/package/libva/libva.mk +++ b/package/libva/libva.mk @@ -17,7 +17,6 @@ LIBVA_CONF_OPTS = \ --enable-drm \ --with-drivers-path="/usr/lib/va" - ifeq ($(BR2_PACKAGE_XORG7),y) LIBVA_DEPENDENCIES += xlib_libX11 xlib_libXext xlib_libXfixes LIBVA_CONF_OPTS += --enable-x11 |