On 24 October 2017 at 17:11, Jerome Duval <[email protected]> wrote:
> +libhgl_la_LIBADD = -ltranslation New library - please document or remove, if not needed. > +libhgl_la_SOURCES = $(common_SOURCES) > + > + > +EXTRA_DIST = SConscript > diff --git a/src/gallium/state_trackers/hgl/Makefile.sources > b/src/gallium/state_trackers/hgl/Makefile.sources > new file mode 100644 > index 0000000..3076ba3 > --- /dev/null > +++ b/src/gallium/state_trackers/hgl/Makefile.sources > @@ -0,0 +1,3 @@ > +common_SOURCES := \ > + hgl.c \ > + bitmap_wrapper.cpp Should include the following: bitmap_wrapper.cpp bitmap_wrapper.h hgl.c hgl_context.h As a follow-up: Unless you're planning to drop scons, I suggest reusing these lists. See src/gallium/state_trackers/dri/SConscript for an example. Thanks Emil _______________________________________________ mesa-dev mailing list [email protected] https://lists.freedesktop.org/mailman/listinfo/mesa-dev
