goldfish-opengl: meson modifications for header change

Need to modify meson since virtgpu header location changed.

BUG=202552093
TEST=compile

Change-Id: I0c2125b2ea18716ac6e3a76f746f080220bd01fb
diff --git a/system/OpenglSystemCommon/meson.build b/system/OpenglSystemCommon/meson.build
index f880f65..90f0193 100644
--- a/system/OpenglSystemCommon/meson.build
+++ b/system/OpenglSystemCommon/meson.build
@@ -18,7 +18,8 @@
    include_directories: [inc_host, inc_opengl_codec, inc_android_emu,
                          inc_render_enc, inc_android_compat,
                          inc_qemu_pipe, inc_qemu_pipe_types, inc_gralloc,
-                         inc_vulkan_enc, inc_goldfish_address_space],
+                         inc_vulkan_enc, inc_goldfish_address_space,
+                         inc_system],
    link_with: [lib_codec_common, lib_goldfish_address_space, lib_qemu_pipe,
                lib_render_control_enc],
    dependencies: drm_dep