diff --git a/src/gallium/targets/libgl-gdi/meson.build b/src/gallium/targets/libgl-gdi/meson.build index 41eb84e5544..734bbe5786c 100644 --- a/src/gallium/targets/libgl-gdi/meson.build +++ b/src/gallium/targets/libgl-gdi/meson.build @@ -24,7 +24,7 @@ if cc.get_id() == 'gcc' and host_machine.cpu_family() != 'x86_64' opengl32_link_args += ['-Wl,--enable-stdcall-fixup'] endif -ogldef = files('../../frontends/wgl/opengl32.def')[0] +ogldef = files('opengl32.def')[0] libopengl32 = shared_library( 'opengl32', diff --git a/src/gallium/frontends/wgl/opengl32.def b/src/gallium/targets/libgl-gdi/opengl32.def similarity index 100% rename from src/gallium/frontends/wgl/opengl32.def rename to src/gallium/targets/libgl-gdi/opengl32.def