mirror of
https://github.com/xqemu/xqemu.git
synced 2025-04-02 11:11:56 -04:00
4 lines
154 B
Text
4 lines
154 B
Text
obj-y += gloffscreen_common.o
|
|
obj-$(CONFIG_WIN32) += gloffscreen_wgl.o
|
|
obj-$(CONFIG_DARWIN) += gloffscreen_cgl.o
|
|
obj-$(CONFIG_LINUX) += gloffscreen_glx.o
|