diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-30 21:25:24 +0200 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2014-06-30 21:25:44 +0200 |
commit | 8514db40977b5c1119ec9f84a765470b0d50d09b (patch) | |
tree | 197c00f87d40c08ffb7eac49f52b2073ef7e59ea /package/glu | |
parent | a200f896d81839e78e178bb202c4e17790232b53 (diff) |
minor fixes for xbmc-musl build
Diffstat (limited to 'package/glu')
-rw-r--r-- | package/glu/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package/glu/Makefile b/package/glu/Makefile index d523aca4b..f9cabdef3 100644 --- a/package/glu/Makefile +++ b/package/glu/Makefile @@ -9,6 +9,7 @@ PKG_RELEASE:= 1 PKG_MD5SUM:= be9249132ff49275461cf92039083030 PKG_DESCR:= opengl utility library PKG_SECTION:= libs/video +PKG_BUILDDEP:= mesalib PKG_URL:= http://cgit.freedesktop.org/mesa/glu/ PKG_SITES:= ftp://ftp.freedesktop.org/pub/mesa/glu/ PKG_LIBNAME:= libglu |