summaryrefslogtreecommitdiff
path: root/frontends/framebuffer/Makefile
Commit message (Collapse)AuthorAgeFilesLines
* move all the build tools to utilsVincent Sanders2020-06-221-25/+3
| | | | | move the source and make rules of the convert image and font tools to the utils directory. This puts all the rules for build tools together.
* remove perl split-messages tool usageVincent Sanders2020-06-221-2/+1
|
* About fetches resources: Drop maps resource.Michael Drake2020-02-241-1/+1
| | | | It had bitrotted.
* make framebuffer use the language environment for the UI resourcesVincent Sanders2019-02-171-1/+14
|
* fix case of framebuffer message installVincent Sanders2019-02-161-2/+2
|
* Improve framebuffer install ruleVincent Sanders2019-02-151-6/+7
|
* fix feature flags for openbsdAnthony J. Bentley2019-02-151-7/+12
|
* Use pkg-config for freetype2 if available else fallback to old scriptVincent Sanders2018-12-181-6/+22
|
* fix framebuffer BUILD libpng flags on freebsdVincent Sanders2018-09-071-2/+7
|
* Change BUILD compiler target to ccVincent Sanders2018-09-071-14/+23
| | | | | | | | The use of gcc explicitly does not work on systems where the local building system only has the clang compiler. Framebuffer was the only user of the BUILD_CC target for local tooling and its handling of flags was also improved.
* stop defining _XOPEN_SOURCEVincent Sanders2018-09-061-1/+0
| | | | | This is necessary with some libc as it overrides _POSIX_C_SOURCE and removes definitions of scandir etc.
* remove spurious messages file from framebuffer install targetVincent Sanders2018-05-221-1/+1
|
* Treat the .c font file as a sentinel for the .h, reduces rebuilds of fonts in -jDaniel Silverstone2018-04-221-1/+1
|
* Rework use of split-messages to clean up and use -zDaniel Silverstone2018-04-221-1/+2
|
* Add missing dependency between font_internal and the generated fontsDaniel Silverstone2018-04-211-1/+3
|
* update framebuffer to have corewindow interface and use it for localhistoryVincent Sanders2017-06-101-1/+1
|
* fixup usage of directory creation macro in MakefilesVincent Sanders2017-01-071-2/+2
|
* fix gtk install target to cope with gtk3Vincent Sanders2016-10-051-1/+1
|
* fix framebuffer install rulesVincent Sanders2016-10-051-1/+1
|
* addjust posix feature level for openbsd 6 buildVincent Sanders2016-10-011-1/+1
|
* move frontends into sub directoryVincent Sanders2016-05-151-0/+184