mirror of
https://github.com/genodelabs/genode.git
synced 2024-12-25 08:21:08 +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
15 lines
318 B
Makefile
15 lines
318 B
Makefile
content: src/lib/openjpeg lib/mk/openjpeg.mk LICENSE
|
|
|
|
PORT_DIR := $(call port_dir,$(REP_DIR)/ports/openjpeg)
|
|
|
|
src/lib/openjpeg:
|
|
mkdir -p $(dir $@)
|
|
cp -r $(PORT_DIR)/src/lib/openjpeg $@
|
|
echo "LIBS = openjpeg" > $@/target.mk
|
|
|
|
lib/mk/%.mk:
|
|
$(mirror_from_rep_dir)
|
|
|
|
LICENSE:
|
|
cp $(PORT_DIR)/src/lib/openjpeg/LICENSE $@
|