diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-06 21:19:42 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2016-04-06 21:19:50 +0200 |
commit | ef46d9afce20a22e938142a912900942b33f76d7 (patch) | |
tree | 599a19d04cf868ae91258c1e013e5d3d7720bad3 | |
parent | 0ea1f6afbf7eb98d9d2cbfb8cde0b5c270b2e2ae (diff) |
bcm28xx-vc: add description for subpackages
-rw-r--r-- | package/bcm28xx-vc/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/package/bcm28xx-vc/Makefile b/package/bcm28xx-vc/Makefile index ebdcf59ed..d476c8bbd 100644 --- a/package/bcm28xx-vc/Makefile +++ b/package/bcm28xx-vc/Makefile @@ -19,9 +19,12 @@ PKGSS_BCM28XX_VC_TOOLS:=bcm28XX-vc-libs PKGSC_BCM28XX_VC_TOOLS:=sys/hw PKGSD_BCM28XX_VC_TOOLS:=videocore tool vcgencmd PKGSC_BCM28XX_VC_LIBS:= libs/misc +PKGSD_BCM28XX_VC_LIBS:=videocore library PKGSC_BCM28XX_VC_DEBUG:=libs/misc PKGSD_BCM28XX_VC_DEBUG:=videocore debug library PKGSC_BCM28XX_VC_GL_LIBS:=libs/video +PKGSS_BCM28XX_VC_GL_LIBS:=bcm28xx-vc-libs +PKGSD_BCM28XX_VC_GL_LIBS:=videocore gl library PKG_SYSTEM_DEPENDS:= raspberry-pi raspberry-pi2 raspberry-pi3 |