blob: 362d98d04c49434faf95eeadfcd086821b846e01 [file] [log] [blame]
# Copyright 2013 The Flutter Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import("//flutter/examples/examples.gni")
if (build_embedder_examples) {
executable("glfw_drm") {
output_name = "embedder_example_drm"
sources = [ "FlutterEmbedderGLFW.cc" ]
ldflags = [ "-rdynamic" ]
deps = [
"//flutter/shell/platform/embedder:embedder",
"//flutter/third_party/glfw",
]
libs = [ "EGL" ]
}
}