summaryrefslogtreecommitdiffstats
path: root/package/matchbox/matchbox-desktop/matchbox-desktop.mk
Commit message (Collapse)AuthorAgeFilesLines
* Normalize separator size to 80Alexandre Belloni2013-06-061-4/+4
| | | | | Signed-off-by: Alexandre Belloni <alexandre.belloni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* matchbox-desktop: needs zlibPeter Korsgaard2013-02-211-1/+1
| | | | | | | | | Otherwise the build fails with: In file included from mbdesktop_win_plugin.c:1:0: mbdesktop.h:31:18: fatal error: zlib.h: No such file or directory Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* matchbox-desktop: fix link issue against libdlThomas Petazzoni2012-12-181-0/+5
| | | | | | | | | | | | | matchbox-desktop uses dlopen(), so it needs to link against libdl. The configure.ac and Makefile.am have the necessary provisions to do so, but the included configure script does not replace LIBADD_DL in src/Makefile.am as it should. Therefore, we force the autoreconf of the package, which solves the problem. Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* matchbox packages: add license infoSamuel Martin2012-11-301-0/+2
| | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* matchbox packages: fix broken urlsSamuel Martin2012-11-301-2/+3
| | | | | Signed-off-by: Samuel Martin <s.martin49@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* all packages: rename XXXTARGETS to xxx-packageArnout Vandecappelle (Essensium/Mind)2012-07-171-1/+1
| | | | | | | | | | | | | Also remove the redundant $(call ...). This is a purely mechanical change, performed with find package linux toolchain boot -name \*.mk | \ xargs sed -i -e 's/$(eval $(call GENTARGETS))/$(eval $(generic-package))/' \ -e 's/$(eval $(call AUTOTARGETS))/$(eval $(autotools-package))/' \ -e 's/$(eval $(call CMAKETARGETS))/$(eval $(cmake-package))/' Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com>
* package: remove useless arguments from AUTOTARGETSThomas Petazzoni2011-09-291-1/+1
| | | | | | | | | | Thanks to the pkgparentdir and pkgname functions, we can rewrite the AUTOTARGETS macro in a way that avoids the need for each package to repeat its name and the directory in which it is present. [Peter: pkgdir->pkgparentdir] Signed-off-by: Thomas Petazzoni <thomas.petazzoni@free-electrons.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* matchbox-desktop: fix compilation and installationPaulius Zaleckas2010-04-081-7/+0
| | | | | | | | | Libtool patch applies just fine. mbdesktop_modules is installed by the matchbox-desktop and we don't have to overwrite it with our copy(contains wrong paths). Signed-off-by: Paulius Zaleckas <paulius.zaleckas@gmail.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
* matchbox: convert to autotools, fix build with start-notification, libxftWill Wagner2010-04-031-0/+31
Signed-off-by: Will Wagner <will_wagner@carallon.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>