Changeset 67b05ff in mainline for uspace/srv/hid/fb/Makefile


Ignore:
Timestamp:
2011-08-10T18:34:23Z (13 years ago)
Author:
Martin Decky <martin@…>
Branches:
lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
Children:
c6f08726
Parents:
62e29ae
Message:

cherrypick from fb server rewrite: store images as Truevision TGA (instead of PPM) and use a library to decode them into image maps

File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/srv/hid/fb/Makefile

    r62e29ae r67b05ff  
    8686endif
    8787
    88 EXTRA_CFLAGS += -D$(UARCH)
     88LIBS = $(LIBIMGMAP_PREFIX)/libimgmap.a
     89EXTRA_CFLAGS += -I$(LIBIMGMAP_PREFIX) -D$(UARCH)
    8990
    9091include $(USPACE_PREFIX)/Makefile.common
Note: See TracChangeset for help on using the changeset viewer.