summaryrefslogtreecommitdiffstats
path: root/progs/directfb
Commit message (Collapse)AuthorAgeFilesLines
* specify app lib dependencies in Makefiles (patch 1/3)Dan Nicholson2007-10-291-1/+3
|
* Ignore more generated files in progs/Dan Nicholson2007-10-101-0/+4
| | | | | | | | Many of the directories in progs/ were missing .gitignore files or were tracking generated files. This patch is basically the process of running `make' in each directory and then finding the untracked files with `git-ls-files -o --exclude-per-directory=.gitignore'. The existing files were also sorted.
* add support for LDFLAGS env varDan Nicholson2007-09-281-1/+1
|
* Remove DirectFBGL header from Mesa bacause since 1.0.0 DirectFB installs its ↵Claudio Ciccani2006-12-013-3/+3
| | | | | | own header. Updated to the current DirectFBGL interface (i.e. added GetProcAddress()).
* LIB_DIR is now just 'lib' or 'lib64'Brian Paul2006-07-131-1/+1
| | | | | Replaced $(LIB_DIR) with $(TOP)/$(LIB_DIR), use LIB_DIR in install targets. Patch by Hanno Böck.
* Added some example progs using DirectFBGL.Claudio Ciccani2006-05-315-0/+2258