mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-20 06:07:59 +00:00
0de751a1c9
The name 'mupdf' is both the name of a library and a component, thus preventing a depot recipes for both the shared library and component. Fix #2582
14 lines
265 B
Makefile
14 lines
265 B
Makefile
content: include lib/symbols/jbig2dec LICENSE
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/jbig2dec)
|
|
|
|
include:
|
|
mkdir $@
|
|
cp -r $(PORT_DIR)/include/jbig2dec/* $@/
|
|
|
|
lib/symbols/jbig2dec:
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(PORT_DIR)/src/lib/jbig2dec/LICENSE $@
|