diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-21 12:54:11 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2013-12-21 12:54:11 +0100 |
commit | 8a9ac05d747444358820c8d2da604904fad1271e (patch) | |
tree | b7d355dea762ae4885f773555fbcd388ab2af4de /package/DirectFB/Makefile | |
parent | 272b9fb572a6b1f585cf6f4f4150b07f1c1537bf (diff) |
fix build, with a patch from sabotage
Diffstat (limited to 'package/DirectFB/Makefile')
-rw-r--r-- | package/DirectFB/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/package/DirectFB/Makefile b/package/DirectFB/Makefile index 3c58d34a0..41da96f05 100644 --- a/package/DirectFB/Makefile +++ b/package/DirectFB/Makefile @@ -5,7 +5,7 @@ include $(TOPDIR)/rules.mk PKG_NAME:= DirectFB PKG_VERSION:= 1.6.3 -PKG_RELEASE:= 2 +PKG_RELEASE:= 3 PKG_EXTRAVER:= 1.6-0 PKG_MD5SUM:= 641e8e999c017770da647f9b5b890906 PKG_DESCR:= Thin graphic library for the Linux framebuffer devices |