Skip to content
Snippets Groups Projects
Commit 3f513354 authored by Tobias Kahlki's avatar Tobias Kahlki
Browse files

fbv: Clean-up of framebuffer image viewer recipe

parent e73bdb36
No related branches found
No related tags found
1 merge request!418Integrate gitlab-ci/fix-gitlab-ci-integration and 6 more
SUMMARY = "Frame buffer image viewer" SUMMARY = "Framebuffer Image Viewer"
HOMEPAGE = "http://www.eclis.ch/fbv/" HOMEPAGE = "http://www.eclis.ch/fbv/"
SECTION = "graphics"
inherit autotools-brokensep inherit autotools-brokensep
LICENSE = "GPL-2.0-only" LICENSE = "GPL-2.0-only"
LIC_FILES_CHKSUM = "file://COPYING;md5=130f9d9dddfebd2c6ff59165f066e41c" LIC_FILES_CHKSUM = "file://COPYING;md5=130f9d9dddfebd2c6ff59165f066e41c"
SECTION = "graphics"
DEPENDS = "libpng jpeg" DEPENDS = "libpng jpeg"
INHIBIT_PACKAGE_STRIP = "1" INHIBIT_PACKAGE_STRIP = "1"
...@@ -21,7 +21,7 @@ SRCREV = "127dd84cede022cd5173ff2d7450677a14486784" ...@@ -21,7 +21,7 @@ SRCREV = "127dd84cede022cd5173ff2d7450677a14486784"
S = "${WORKDIR}/git" S = "${WORKDIR}/git"
do_configure() { do_configure() {
${B}/configure --prefix=/usr --bindir=${bindir} --without-bmp --without-libgif ${B}/configure --prefix=/usr --bindir=${bindir} --without-bmp --without-libgif
} }
do_install:prepend() { do_install:prepend() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment